talos: home: sway bindings to move workspaces

This commit is contained in:
Antoine Martin 2026-01-12 10:00:30 +01:00
parent 99c31d5749
commit 3b297f8ecb

View file

@ -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";