From f1abab663e18f0810cc63eb72697112a63bd8bd9 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 13 Aug 2022 13:58:30 +0200 Subject: [PATCH] sway: add shortcuts to move warkspaces between outputs --- sway/.config/sway/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 993b61d..057abcb 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -135,6 +135,11 @@ focus_follows_mouse no # # Workspaces: # + # move workspace between inputs + bindsym $mod+Mod1+Left move workspace to output left + bindsym $mod+Mod1+Right move workspace to output right + bindsym $mod+Mod1+Up move workspace to output up + bindsym $mod+Mod1+Down move workspace to output down # Switch to workspace bindsym --to-code $mod+1 workspace number 1 bindsym --to-code $mod+2 workspace number 2