talos: home: sway bindings to move workspaces
This commit is contained in:
parent
99c31d5749
commit
3b297f8ecb
1 changed files with 4 additions and 0 deletions
|
|
@ -107,6 +107,10 @@ in {
|
||||||
"Mod4+Shift+a" = "exec shikanectl reload";
|
"Mod4+Shift+a" = "exec shikanectl reload";
|
||||||
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
|
||||||
"Mod4+i" = "exec emacsclient --create-frame";
|
"Mod4+i" = "exec emacsclient --create-frame";
|
||||||
|
"Mod4+bracketleft" = "move workspace to output left";
|
||||||
|
"Mod4+bracketright" = "move workspace to output right";
|
||||||
|
"Mod4+Shift+equal" = "move workspace to output up";
|
||||||
|
"Mod4+equal" = "move workspace to output down";
|
||||||
"Mod4+Control+l" = "exec ${lock}";
|
"Mod4+Control+l" = "exec ${lock}";
|
||||||
"XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
"XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
|
||||||
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2";
|
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue