From 82d5d0e87fc21e64a8152f4b12298fec8889c75e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 31 Oct 2021 22:30:37 +0100 Subject: [PATCH] i3: update configuration to use move to output next And I have added the patch to use focus output next as well. --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index 8acca47..677e3af 100644 --- a/config +++ b/config @@ -68,7 +68,7 @@ bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right -bindsym $mod+o move container to output right +bindsym $mod+o move container to output next # resize focused window bindsym $mod+Ctrl+$left resize shrink width 10 px or 4 ppt @@ -108,7 +108,7 @@ bindsym $mod+8 workspace number 8 bindsym $mod+9 workspace number 9 bindsym $mod+0 workspace number 10 bindsym $mod+Tab nop "previous-workspace" -bindsym $mod+Ctrl+o focus output right +bindsym $mod+Ctrl+o focus output next bindsym $mod+n nop "new-workspace" focus_wrapping no @@ -123,7 +123,7 @@ bindsym $mod+Shift+7 move container to workspace number 7 bindsym $mod+Shift+8 move container to workspace number 8 bindsym $mod+Shift+9 move container to workspace number 9 bindsym $mod+Shift+0 move container to workspace number 10 -bindsym $mod+Shift+o move workspace to output right +bindsym $mod+Shift+o move workspace to output next bindsym $mod+Shift+n nop "move-to-new-workspace" # lock screen