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