switch back to dwindle

This commit is contained in:
gwg313 2025-02-15 18:48:07 -05:00
parent e7035c4553
commit 6a95f62620
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -101,7 +101,8 @@ in
gaps_out = gaps-out;
border_size = border-size;
border_part_of_window = true;
layout = "master";
# layout = "master";
layout = "dwindle";
};
decoration = {
@ -124,6 +125,11 @@ in
mfact = 0.5;
};
dwindle = {
force_split = 2;
preserve_split = true;
};
gestures = {
workspace_swipe = true;
};