mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-02 22:34:20 +02:00
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:
parent
75779554d7
commit
a22d8804bf
1 changed files with 2 additions and 0 deletions
2
config
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue