diff --git a/homemanager/hyprland/hyprland.conf b/homemanager/hyprland/hyprland.conf index 37fda37..9c83437 100644 --- a/homemanager/hyprland/hyprland.conf +++ b/homemanager/hyprland/hyprland.conf @@ -98,7 +98,7 @@ general { # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false - layout = dwindle + # layout = dwindle } # https://wiki.hyprland.org/Configuring/Variables/#decoration @@ -144,7 +144,7 @@ animations { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below + # pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this }