Compare commits
2 Commits
6ffb6d9019
...
ac1ae9df37
| Author | SHA1 | Date | |
|---|---|---|---|
| ac1ae9df37 | |||
| a633be39dc |
@ -48,8 +48,7 @@ $menu = fuzzel
|
||||
|
||||
exec-once = qs
|
||||
#exec-once = kitty --single-instance --start-as hidden
|
||||
exec-once = hyprctl setcursor gentoo 24
|
||||
exec-once = gentoo-pipewire-launcher
|
||||
exec-once = hyprctl setcursor Adwaita 24
|
||||
exec-once = /usr/libexec/polkit-gnome-authentication-agent-1
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
@ -132,15 +131,6 @@ decoration {
|
||||
|
||||
|
||||
|
||||
device {
|
||||
name = node-75-lp-1-keyboard
|
||||
kb_layout = us
|
||||
}
|
||||
|
||||
device {
|
||||
name = nuphy-node-75-lp-dongle-1
|
||||
kb_layout = us
|
||||
}
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#animations
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
@ -160,9 +150,7 @@ animations {
|
||||
animation = fadeIn, 1, 6, easeOutQuint
|
||||
animation = fadeOut, 1, 5, easeOutQuint
|
||||
animation = fade, 1, 6, quick
|
||||
animation = layers, 1, 5, easeOutQuint
|
||||
animation = layersIn, 1, 6, easeOutQuint, fade
|
||||
animation = layersOut, 1, 4, easeOutQuint, fade
|
||||
animation = layers, 1, 5, easeOutQuint, slide
|
||||
animation = fadeLayersIn, 1, 6, easeOutQuint
|
||||
animation = fadeLayersOut, 1, 5, easeOutQuint
|
||||
animation = workspaces, 1, 6, easeOutQuint, slide
|
||||
@ -207,14 +195,14 @@ xwayland {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = de
|
||||
kb_layout = eu
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification.
|
||||
sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification.
|
||||
accel_profile = flat
|
||||
|
||||
touchpad {
|
||||
@ -223,9 +211,6 @@ input {
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
@ -331,10 +316,10 @@ bind = $mainMod, w, global, quickshell:showWallSwitcher
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
layerrule = ignorealpha 0, quickshell
|
||||
blurls = quickshell
|
||||
windowrule = float,title:^(qs-wallswitcher)$
|
||||
windowrule = float,title:^(qs-fontpicker)$
|
||||
windowrule = float,title:^(qs-settings)$
|
||||
windowrule {
|
||||
name = quickshell-rules
|
||||
match:initial_title = ^qs-.*
|
||||
float = on
|
||||
max_size = 800 600
|
||||
|
||||
}
|
||||
|
||||
@ -4,7 +4,7 @@ ynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="Maple Mono"
|
||||
font_family family="Adwaita Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
@ -1,15 +1,10 @@
|
||||
include colors.conf
|
||||
window_padding_width 10
|
||||
background_opacity 0.9
|
||||
dynamic_background_opacity no
|
||||
ynamic_background_opacity no
|
||||
font_size 10
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
<<<<<<< HEAD
|
||||
font_family family="Adwaita Mono"
|
||||
=======
|
||||
font_family family="Maple Mono NL"
|
||||
>>>>>>> bb40f68e14acd360040ccd4b63d3b52bda01e261
|
||||
font_family family="Maple Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
2
nvim
2
nvim
@ -1 +1 @@
|
||||
Subproject commit 0420e643c7ea67e32d430c4526c6e0a25a833375
|
||||
Subproject commit 0e676b749f35df4eb2f430d30c6650ac5f9fc50d
|
||||
@ -1 +1 @@
|
||||
Subproject commit 62f7a986e8dda74d1e9248f4fb59179b2f679fc0
|
||||
Subproject commit 760558d214ad2f1385b20d923ad98934c0611051
|
||||
Loading…
x
Reference in New Issue
Block a user