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
This commit is contained in:
parent
26990d90f2
commit
0f64420281
@ -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
|
windows are directly attached to one node inside i3’s layout tree, the
|
||||||
workspace node. By default, the workspace node’s orientation is +horizontal+.
|
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
|
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
|
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
|
of the screen. A new (horizontal) container was created to accommodate the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user