diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 8874816..33b22e1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -160,7 +160,6 @@ 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 preserve_split = true # You probably want this force_split = 2 } diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 3eb362a..acf0d7d 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -7,7 +7,7 @@ bind = $mainMod, V, togglefloating, bindr = $mainMod, SUPER_L, exec, $app_menu bind = SHIFT, SUPER_L, exec, $menu bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, J, layoutmsg, togglesplit # dwindle bind = $mainMod, F, fullscreen