From e1c26dc6d742af9a6bc005ef9c15ca50cc62070e Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Tue, 17 Aug 2021 11:49:46 +0200 Subject: [PATCH] sway: add command to move workspace between outputs --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index a76ca34..4bb87f9 100644 --- a/config +++ b/config @@ -118,6 +118,9 @@ bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right +# Move the focused workspace to another monitor +bindsym $mod+o move workspace to output right +bindsym $mod+Shift+o move workspace to output left # # Resize #