Skip to content

Commit

Permalink
docs: Fix "Focus the next output" example (#6054)
Browse files Browse the repository at this point in the history
The "Focus the next output" example was misleading, fixed the code and
added another comment to the previous code.
  • Loading branch information
bimlas committed May 17, 2024
1 parent 1597ec2 commit c06ac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c06ac08

Please sign in to comment.