switch back to dwindle
This commit is contained in:
parent
e7035c4553
commit
6a95f62620
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue