about summary refs log tree commit diff
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 f97e5e9..5dbe7a7 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 container to different display
+  bindsym $mod+$alt+Left move container to output left
+  bindsym $mod+$alt+Right move container to output right
+  bindsym $mod+$alt+Up move container to output up
+  bindsym $mod+$alt+Down move container to output down
+
   # move ws to different display
   bindsym $mod+Ctrl+Left move workspace to output left
   bindsym $mod+Ctrl+Right move workspace to output right