From bcc8a452e51da270d9f5807bc90d4f40d8cf1889 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 21 Apr 2024 13:13:05 +0100 Subject: [PATCH] More sway workspace binds --- home/sway/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/sway/default.nix b/home/sway/default.nix index 8bd78cf8..25fd693c 100644 --- a/home/sway/default.nix +++ b/home/sway/default.nix @@ -126,6 +126,8 @@ # Movement "${modifier}+comma" = "workspace prev"; "${modifier}+period" = "workspace next"; + "${modifier}+shift+comma" = "move workspace prev"; + "${modifier}+shift+period" = "move workspace next"; "${modifier}+bracketleft" = "move workspace to output left"; "${modifier}+bracketright" = "move workspace to output right";