From 6ece13e84b94f9a7406c412786c190d670e253a6 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sat, 16 May 2026 01:15:55 +0000 Subject: [PATCH] fix: update config for Hyprland 0.55 breaking changes Remove dwindle:pseudotile option (removed in 0.55) and switch the togglesplit keybind to layoutmsg, togglesplit (dispatcher reworked in 0.54). --- hypr/hyprland.conf | 1 - hypr/keybindings.conf | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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