aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/profiles/gui/config/sway.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix
index 4f6269a..9fe97c4 100644
--- a/home/profiles/gui/config/sway.nix
+++ b/home/profiles/gui/config/sway.nix
@@ -131,6 +131,12 @@ in
bindsym $mod+Shift+z move container to workspace prev
bindsym $mod+Shift+x move container to workspace next
+ # move ws to different display
+ bindsym $mod+Ctrl+Left move workspace to output left
+ bindsym $mod+Ctrl+Right move workspace to output right
+ bindsym $mod+Ctrl+Up move workspace to output up
+ bindsym $mod+Ctrl+Down move workspace to output down
+
# ws back-and-forth
workspace_auto_back_and_forth no