From: Michael Stapelberg Date: Sun, 8 Jan 2012 12:02:59 +0000 (+0000) Subject: document the 'focus output' command X-Git-Tag: 4.2~151^2 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=c92aa648cb969e7a6d9938b6463962f5089ec7e3 document the 'focus output' command --- diff --git a/docs/userguide b/docs/userguide index 5a0e8f8a..674d2b2a 100644 --- a/docs/userguide +++ b/docs/userguide @@ -1,7 +1,7 @@ i3 User’s Guide =============== Michael Stapelberg -October 2011 +January 2012 This document contains all the information you need to configure and use the i3 window manager. If it does not, please contact us on IRC (preferred) or post your @@ -1168,7 +1168,8 @@ bindsym mod+t floating toggle === Focusing/Moving containers -To change the focus, use the focus command: +focus left+, +focus right+, +focus down+ and +focus up+. +To change the focus, use the focus command: +focus left+, +focus right+, +focus +down+ and +focus up+. There are a few special parameters you can use for the focus command: @@ -1183,6 +1184,9 @@ tiling:: Sets focus to the last focused tiling container. mode_toggle:: Toggles between floating/tiling containers. +output:: + Followed by a direction or an output name, this will focus the + corresponding output. For moving, use +move left+, +move right+, +move down+ and +move up+. @@ -1190,6 +1194,7 @@ For moving, use +move left+, +move right+, +move down+ and +move up+. ----------------------------------- focus focus +focus output <|output> move [ px] ----------------------------------- @@ -1210,6 +1215,12 @@ bindsym mod+u focus parent # Focus last floating/tiling container bindsym mod+g focus mode_toggle +# Focus the output right to the current one +bindsym mod+x focus output right + +# Focus the big output +bindsym mod+x focus output HDMI-2 + # Move container to the left, bottom, top, right: bindsym mod+j move left bindsym mod+k move down