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;
general = {
layout = "master";
layout = "dwindle";
gaps_in = 3;
gaps_out = 5;
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})";
};
master = {
allow_small_split = true;
special_scale_factor = 0.95;
mfact = 0.5;
new_on_top = false;
orientation = "left";
inherit_fullscreen = false;
dwindle = {
force_split = 2;
smart_resizing = false;
drop_at_cursor = true;
special_scale_factor = 0.95;
};
input = {
kb_layout = osConfig.services.xserver.xkb.layout;