From 3b297f8ecb60b7ed795ad3360e93818226bdfe32 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 12 Jan 2026 10:00:30 +0100 Subject: [PATCH] talos: home: sway bindings to move workspaces --- hosts/talos/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix index 7b28094..9ff02f4 100644 --- a/hosts/talos/home.nix +++ b/hosts/talos/home.nix @@ -107,6 +107,10 @@ in { "Mod4+Shift+a" = "exec shikanectl reload"; "Mod4+Shift+e" = ''mode "${logoutMode}"''; "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}"; "XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; "XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2";