diff --git a/hypr/configs/binds.conf b/hypr/configs/binds.conf index c45141f..4e3aaf9 100644 --- a/hypr/configs/binds.conf +++ b/hypr/configs/binds.conf @@ -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 diff --git a/hypr/configs/misc.conf b/hypr/configs/misc.conf index d95bf72..dc7b425 100644 --- a/hypr/configs/misc.conf +++ b/hypr/configs/misc.conf @@ -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 }