From b1f2623edb41c9ab39d6259cdedb139619540815 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 9 Aug 2026 10:28:35 -0400 Subject: [PATCH] fix(hypr): update layout configuration --- home/dot_config/hypr/bind-all.conf | 2 +- home/dot_config/hypr/general.conf | 2 -- home/dot_config/hypr/hyprland.conf | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/dot_config/hypr/bind-all.conf b/home/dot_config/hypr/bind-all.conf index 1630e20..eb121b5 100644 --- a/home/dot_config/hypr/bind-all.conf +++ b/home/dot_config/hypr/bind-all.conf @@ -7,7 +7,7 @@ bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, J, layoutmsg, togglesplit # dwindle bind = $mainMod, L, exec, hyprlock bind = $mainMod, F, fullscreen diff --git a/home/dot_config/hypr/general.conf b/home/dot_config/hypr/general.conf index d1d701e..74675b6 100644 --- a/home/dot_config/hypr/general.conf +++ b/home/dot_config/hypr/general.conf @@ -30,7 +30,6 @@ animations { } dwindle { - pseudotile = yes preserve_split = yes force_split = 2 } @@ -40,4 +39,3 @@ master { } gesture = 3, horizontal, workspace - diff --git a/home/dot_config/hypr/hyprland.conf b/home/dot_config/hypr/hyprland.conf index e675f1e..1551925 100644 --- a/home/dot_config/hypr/hyprland.conf +++ b/home/dot_config/hypr/hyprland.conf @@ -34,7 +34,7 @@ misc { force_default_wallpaper = 0 } -windowrulev2 = suppressevent maximize, class:.* +windowrule = suppress_event maximize, match:class .* source = ~/.config/hypr/bind-all.conf source = ~/.config/hypr/bind-framework.conf