From: Orestis Floros Date: Sat, 23 Sep 2017 10:09:08 +0000 (+0300) Subject: userguide: mention in focus X-Git-Tag: 4.15~26^2~1 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=994a479558a6b93e286ce03d6f00db3a3a9c6fcf;hp=759e05137467c6f768a3164de9fe783e1a37aece userguide: mention in focus --- diff --git a/docs/userguide b/docs/userguide index 0258e2ab..98242a9b 100644 --- a/docs/userguide +++ b/docs/userguide @@ -1951,6 +1951,9 @@ bindsym $mod+t floating toggle To change focus, you can use the +focus+ command. The following options are available: +:: + Sets focus to the container that matches the specified criteria. + See <>. left|right|up|down:: Sets focus to the nearest container in the given direction. parent:: @@ -1970,6 +1973,7 @@ output:: *Syntax*: ---------------------------------------------- + focus focus left|right|down|up focus parent|child|floating|tiling|mode_toggle focus output left|right|up|down|primary| @@ -1977,6 +1981,9 @@ focus output left|right|up|down|primary| *Examples*: ------------------------------------------------- +# Focus firefox +bindsym $mod+F1 [class="Firefox"] focus + # Focus container on the left, bottom, top, right bindsym $mod+j focus left bindsym $mod+k focus down