fixes for latest version

This commit is contained in:
committer@tuxwarrior
2026-05-25 16:45:44 -05:00
parent bd10c3a954
commit d3aa306b30
+1 -2
View File
@@ -187,7 +187,6 @@ animations {
# - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - -
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this preserve_split = true # You probably want this
} }
@@ -254,7 +253,7 @@ bind = $mainMod CTRL, ESCAPE, exit, # exit alt. 2
# view mode change # view mode change
bind = $mainMod, I, togglefloating, bind = $mainMod, I, togglefloating,
bind = $mainMod, P, pseudo, # dwindle - pseudotiled windows retain their floating size when tiled bind = $mainMod, P, pseudo, # dwindle - pseudotiled windows retain their floating size when tiled
bind = $mainMod, W, togglesplit, # dwindle - toggle split mode (top/side) bind = $mainMod, W, layoutmsg, togglesplit # dwindle - toggle split mode (top/side)
# fullscreen # fullscreen
bind = $mainMod, F, fullscreen, 1 # fullscreen, with border bind = $mainMod, F, fullscreen, 1 # fullscreen, with border