aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBimba Laszlo <bimbalaszlo@gmail.com>2024-05-17 21:38:15 +0200
committerGitHub <noreply@github.com>2024-05-17 21:38:15 +0200
commitc06ac08aab2f40c9054c8724ee670fb4cbd16995 (patch)
treeb6d58278a713424d86fe741bf4df1ceb28d5ae17 /docs
parent1597ec27eef71b60290d31f2321ad90913b85e76 (diff)
downloadi3-c06ac08aab2f40c9054c8724ee670fb4cbd16995.tar.gz
i3-c06ac08aab2f40c9054c8724ee670fb4cbd16995.zip
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide b/docs/userguide
index 1298151a..152bfd4b 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -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