Added shortcuts Mod+Home and Mod+End to move workspaces to different displays.
This commit is contained in:
parent
bbeab9d123
commit
adc163c9e3
|
|
@ -70,6 +70,8 @@ in {
|
||||||
} // {
|
} // {
|
||||||
"${mod}+space" = ''input "*" xkb_switch_layout next'';
|
"${mod}+space" = ''input "*" xkb_switch_layout next'';
|
||||||
"${mod}+Shift+l" = "exec swaylock -f";
|
"${mod}+Shift+l" = "exec swaylock -f";
|
||||||
|
"${mod}+Home" = "move workspace to output left";
|
||||||
|
"${mod}+End" = "move workspace to output right";
|
||||||
} // { });
|
} // { });
|
||||||
menu = "j4-dmenu-desktop --no-generic --term=${
|
menu = "j4-dmenu-desktop --no-generic --term=${
|
||||||
terminal
|
terminal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue