mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-04 11:59:07 -04:00
update hypr config
This commit is contained in:
parent
c9db0f5bcc
commit
5d33f239b8
2 changed files with 3 additions and 2 deletions
|
@ -91,13 +91,13 @@ animations {
|
|||
|
||||
dwindle {
|
||||
pseudotile = true # enable pseudotiling on dwindle
|
||||
no_gaps_when_only = 1
|
||||
no_gaps_when_only = 0
|
||||
}
|
||||
|
||||
master {
|
||||
always_center_master = false
|
||||
mfact = 0.55
|
||||
no_gaps_when_only = 1
|
||||
no_gaps_when_only = 0
|
||||
}
|
||||
|
||||
misc {
|
||||
|
|
|
@ -154,6 +154,7 @@ bind = $mod CONTROL, Space, changegroupactive
|
|||
|
||||
bind = $mod, comma, focusmonitor, -1
|
||||
bind = $mod, period, focusmonitor, +1
|
||||
bind = $mod, TAB, focusmonitor, +1
|
||||
bind = $mod SHIFT, comma, movewindow, mon:-1
|
||||
bind = $mod SHIFT, period, movewindow, mon:+1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue