aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Bobko <git@bobko.xyz>2023-01-23 11:46:19 +0100
committerNikita Bobko <git@bobko.xyz>2023-01-23 11:49:37 +0100
commit0f64420281823dc615a94fd1589c33ba19fe5a45 (patch)
tree11fef28f6497abb9d745a9b1e2d7ba3f6cceecd5
parent26990d90f21e65639521194b8f7ed2f05b561a27 (diff)
downloadi3-0f64420281823dc615a94fd1589c33ba19fe5a45.tar.gz
i3-0f64420281823dc615a94fd1589c33ba19fe5a45.zip
Fix "default binding" mistake in userguide
Default binding to move window down is $mod+Shift+k, not $mod+Shift+j. Proof: https://github.com/i3/i3/blob/next/etc/config#L45 This commit reverts this pull request https://github.com/i3/i3/pull/4146
-rw-r--r--docs/userguide2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide b/docs/userguide
index 1bc5c73b..8b09c9a3 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -317,7 +317,7 @@ single workspace on which you open three terminal windows. All these terminal
windows are directly attached to one node inside i3’s layout tree, the
workspace node. By default, the workspace node’s orientation is +horizontal+.
-Now you move one of these terminals down (+$mod+Shift+j+ by default). The
+Now you move one of these terminals down (+$mod+Shift+k+ by default). The
workspace node’s orientation will be changed to +vertical+. The terminal window
you moved down is directly attached to the workspace and appears on the bottom
of the screen. A new (horizontal) container was created to accommodate the