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