commit dbb9b43c28ded44996ac19bcd9531d2f6ac1c4b8
parent 7178629e53970c6efe77a504d7eb36fe04f76072
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sun, 21 Aug 2022 11:54:03 +0200
users/vincent: move desktop with win+alt+arrows
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/users/vincent/desktop/sway.nix b/users/vincent/desktop/sway.nix
@@ -89,6 +89,11 @@ in
"${mod}+Shift+Up" = "move up";
"${mod}+Shift+Right" = "move right";
+ "${mod}+Mod1+Left" = "workspace prev_on_output";
+ # "${mod}+Mod1+Down" = "move down";
+ # "${mod}+Mod1+Up" = "move up";
+ "${mod}+Mod1+Right" = "workspace next_on_output";
+
# "${mod}+b" = "splith";
# "${mod}+v" = "splitv";
"${mod}+f" = "fullscreen toggle";