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.
This commit is contained in:
Vincent Bernat 2021-07-05 22:24:08 +02:00
parent 75779554d7
commit a22d8804bf

2
config
View file

@ -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