Revert "Hyprland switch back to master layout"

This reverts commit 7f3ebefac7.
This commit is contained in:
Evie Litherland-Smith 2025-01-13 14:10:50 +00:00
parent 4b9056ae8c
commit e8d527b820

View file

@ -168,20 +168,15 @@
]; ];
gestures.workspace_swipe = true; gestures.workspace_swipe = true;
general = { general = {
layout = "master"; layout = "dwindle";
gaps_in = 3; gaps_in = 3;
gaps_out = 5; gaps_out = 5;
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})"; "col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})";
}; };
master = { dwindle = {
allow_small_split = true; force_split = 2;
special_scale_factor = 0.95;
mfact = 0.5;
new_on_top = false;
orientation = "left";
inherit_fullscreen = false;
smart_resizing = false; smart_resizing = false;
drop_at_cursor = true; special_scale_factor = 0.95;
}; };
input = { input = {
kb_layout = osConfig.services.xserver.xkb.layout; kb_layout = osConfig.services.xserver.xkb.layout;