From 0f64420281823dc615a94fd1589c33ba19fe5a45 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Mon, 23 Jan 2023 11:46:19 +0100 Subject: 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 --- docs/userguide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf