From 49df52bd5e9468ae93590d3d22777161b0709bc8 Mon Sep 17 00:00:00 2001 From: koebi Date: Wed, 31 Jan 2018 11:04:25 +0100 Subject: [PATCH] fix layouting bug in section 6.10 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As visible on the i3wm.org-website, the layout in 6.10 is a bit weird. The command "xrandr --output […]" is not displayed as a command (i.e. terminal-style), but as regular text, the text accompanying it before instead is displayed as a command. This leads to other weird behaviour: The following section "move window|container to mark " starts a new chapter, which I don't think it should, and its accompanying description is displayed a commands. Since I don't know how to build this website, this fix might not even fix it, and it is most certainly not tested. I apologize for that and strongly second #39. --- _docs/userguide | 1 - 1 file changed, 1 deletion(-) diff --git a/_docs/userguide b/_docs/userguide index 23d9171..67a00b1 100644 --- a/_docs/userguide +++ b/_docs/userguide @@ -2232,7 +2232,6 @@ bindsym $mod+x move container to output VGA1 bindsym $mod+x move container to output primary -------------------------------------------------------- -------------------------------- Note that you might not have a primary output configured yet. To do so, run: ------------------------- xrandr --output --primary -- 2.39.2