From a22d8804bf67dfba9d5ac5459abf614c67c1129e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 22:24:08 +0200 Subject: [PATCH] i3: add a binding to focus the next screen Dunno if it's really convenient compared to moving from container to container until the next screen? Let's try out a bit. --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 6169ab1..2b2a35b 100644 --- a/config +++ b/config @@ -122,7 +122,9 @@ bindsym $mod+8 workspace number $ws8 bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10 bindsym $mod+Tab workspace back_and_forth +bindsym $mod+Ctrl+o focus output right bindsym $mod+n exec --no-startup-id i3-msg -t send_tick new-workspace +focus_wrapping workspace # move focused container to workspace bindsym $mod+Shift+1 move container to workspace number $ws1