home: update binds for layout
This commit is contained in:
parent
31638aba6e
commit
f473bbb484
1 changed files with 9 additions and 9 deletions
|
@ -40,6 +40,13 @@ in
|
|||
layout = "master";
|
||||
};
|
||||
|
||||
master = {
|
||||
mfact = 0.65;
|
||||
new_status = "master";
|
||||
new_on_top = true;
|
||||
no_gaps_when_only = 1;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
"col.shadow" = "rgba(1E202966)";
|
||||
dim_around = 0.6;
|
||||
|
@ -74,13 +81,6 @@ in
|
|||
vfr = true;
|
||||
};
|
||||
|
||||
master = {
|
||||
mfact = 0.65;
|
||||
new_status = "master";
|
||||
new_on_top = true;
|
||||
no_gaps_when_only = 1;
|
||||
};
|
||||
|
||||
animation = [
|
||||
"windows,1,3,default,slide"
|
||||
"fade,1,3,default"
|
||||
|
@ -203,8 +203,8 @@ in
|
|||
"SUPER_SHIFT,9, movetoworkspace, 9"
|
||||
"SUPER_SHIFT,0, movetoworkspace, 10"
|
||||
|
||||
"SUPER,l, layoutmsg,cyclenext"
|
||||
"SUPER,h, layoutmsg,cycleprev"
|
||||
"SUPER,l, layoutmsg,rollnext"
|
||||
"SUPER,h, layoutmsg,rollprev"
|
||||
"SUPER,m, layoutmsg,focusmaster"
|
||||
"SUPER_SHIFT,m, layoutmsg,swapwithmaster"
|
||||
|
||||
|
|
Loading…
Reference in a new issue