fixes after update

This commit is contained in:
2026-05-13 16:25:26 +02:00
parent d9292f5326
commit d949f471e8
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ bind = $altMod, UP, movewindow, u
bind = $altMod, DOWN, movewindow, d
## Center and Split
bind = $mainMod, D, togglesplit
#bind = $mainMod, D, togglesplit
## Group Control
bind = $mainMod, G, togglegroup

View File

@@ -22,9 +22,9 @@ xwayland {
}
dwindle {
pseudotile = yes # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
#pseudotile = yes # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # You probably want this
pseudotile = true # Enable pseudotiling on dwindle
#pseudotile = true # Enable pseudotiling on dwindle
force_split = 0
preserve_split = true
}