mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
docs: Fix "Focus the next output" example (#6054)
The "Focus the next output" example was misleading, fixed the code and added another comment to the previous code.
This commit is contained in:
@ -2472,7 +2472,7 @@ bindsym $mod+u focus parent
|
||||
bindsym $mod+g focus mode_toggle
|
||||
|
||||
# Focus the next output (effectively toggles when you only have two outputs)
|
||||
bindsym $mod+x move workspace to output next
|
||||
bindsym $mod+x focus output next
|
||||
|
||||
# Focus the output right to the current one
|
||||
bindsym $mod+x focus output right
|
||||
|
||||
Reference in New Issue
Block a user