home: update binds for layout

This commit is contained in:
Adithya 2024-07-20 18:45:19 +05:30
parent 31638aba6e
commit f473bbb484
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -40,6 +40,13 @@ in
layout = "master"; layout = "master";
}; };
master = {
mfact = 0.65;
new_status = "master";
new_on_top = true;
no_gaps_when_only = 1;
};
decoration = { decoration = {
"col.shadow" = "rgba(1E202966)"; "col.shadow" = "rgba(1E202966)";
dim_around = 0.6; dim_around = 0.6;
@ -74,13 +81,6 @@ in
vfr = true; vfr = true;
}; };
master = {
mfact = 0.65;
new_status = "master";
new_on_top = true;
no_gaps_when_only = 1;
};
animation = [ animation = [
"windows,1,3,default,slide" "windows,1,3,default,slide"
"fade,1,3,default" "fade,1,3,default"
@ -203,8 +203,8 @@ in
"SUPER_SHIFT,9, movetoworkspace, 9" "SUPER_SHIFT,9, movetoworkspace, 9"
"SUPER_SHIFT,0, movetoworkspace, 10" "SUPER_SHIFT,0, movetoworkspace, 10"
"SUPER,l, layoutmsg,cyclenext" "SUPER,l, layoutmsg,rollnext"
"SUPER,h, layoutmsg,cycleprev" "SUPER,h, layoutmsg,rollprev"
"SUPER,m, layoutmsg,focusmaster" "SUPER,m, layoutmsg,focusmaster"
"SUPER_SHIFT,m, layoutmsg,swapwithmaster" "SUPER_SHIFT,m, layoutmsg,swapwithmaster"