Hyprland switch back to master layout
This commit is contained in:
parent
e7df682dd3
commit
7f3ebefac7
|
@ -159,15 +159,21 @@
|
||||||
];
|
];
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
general = {
|
general = {
|
||||||
layout = "dwindle";
|
layout = "master";
|
||||||
gaps_in = 2.5;
|
gaps_in = 2.5;
|
||||||
gaps_out = 5;
|
gaps_out = 5;
|
||||||
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.magenta})";
|
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.magenta})";
|
||||||
};
|
};
|
||||||
dwindle = {
|
master = {
|
||||||
force_split = 2;
|
allow_small_split = true;
|
||||||
smart_resizing = false;
|
|
||||||
special_scale_factor = 0.95;
|
special_scale_factor = 0.95;
|
||||||
|
mfact = 0.5;
|
||||||
|
new_on_top = false;
|
||||||
|
no_gaps_when_only = 0;
|
||||||
|
orientation = "left";
|
||||||
|
inherit_fullscreen = false;
|
||||||
|
smart_resizing = false;
|
||||||
|
drop_at_cursor = true;
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
kb_layout = osConfig.services.xserver.xkb.layout;
|
kb_layout = osConfig.services.xserver.xkb.layout;
|
||||||
|
|
Loading…
Reference in a new issue