diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 5a05a7f..4edf649 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -180,7 +180,6 @@ animations { # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more 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 } @@ -243,7 +242,6 @@ bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdow bind = $mainMod, E, exec, $fileManager bind = $mainMod, G, togglefloating, bind = $mainMod, D, exec, $menu -bind = $mainMod, COMMA, togglesplit, # dwindle bind = $mainMod, F, fullscreen # Move focus with mainMod + arrow keys