fix(hypr): update layout configuration

This commit is contained in:
2026-08-09 11:37:52 -04:00
parent 27897b86b4
commit b1f2623edb
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, J, layoutmsg, togglesplit # dwindle
bind = $mainMod, L, exec, hyprlock bind = $mainMod, L, exec, hyprlock
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen
-2
View File
@@ -30,7 +30,6 @@ animations {
} }
dwindle { dwindle {
pseudotile = yes
preserve_split = yes preserve_split = yes
force_split = 2 force_split = 2
} }
@@ -40,4 +39,3 @@ master {
} }
gesture = 3, horizontal, workspace gesture = 3, horizontal, workspace
+1 -1
View File
@@ -34,7 +34,7 @@ misc {
force_default_wallpaper = 0 force_default_wallpaper = 0
} }
windowrulev2 = suppressevent maximize, class:.* windowrule = suppress_event maximize, match:class .*
source = ~/.config/hypr/bind-all.conf source = ~/.config/hypr/bind-all.conf
source = ~/.config/hypr/bind-framework.conf source = ~/.config/hypr/bind-framework.conf