update hypr config

This commit is contained in:
Hydroxycarbamide 2024-07-12 22:12:58 +02:00
parent c9db0f5bcc
commit 5d33f239b8
2 changed files with 3 additions and 2 deletions

View file

@ -91,13 +91,13 @@ animations {
dwindle { dwindle {
pseudotile = true # enable pseudotiling on dwindle pseudotile = true # enable pseudotiling on dwindle
no_gaps_when_only = 1 no_gaps_when_only = 0
} }
master { master {
always_center_master = false always_center_master = false
mfact = 0.55 mfact = 0.55
no_gaps_when_only = 1 no_gaps_when_only = 0
} }
misc { misc {

View file

@ -154,6 +154,7 @@ bind = $mod CONTROL, Space, changegroupactive
bind = $mod, comma, focusmonitor, -1 bind = $mod, comma, focusmonitor, -1
bind = $mod, period, focusmonitor, +1 bind = $mod, period, focusmonitor, +1
bind = $mod, TAB, focusmonitor, +1
bind = $mod SHIFT, comma, movewindow, mon:-1 bind = $mod SHIFT, comma, movewindow, mon:-1
bind = $mod SHIFT, period, movewindow, mon:+1 bind = $mod SHIFT, period, movewindow, mon:+1