X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fuserguide;h=7a1621da86e86af18c423da3f1f42ec02ac3ee8f;hb=3a22c6e7655dc49ff935c8f93ed283f1de514216;hp=54ac9c8d63cb2cd7012feaad7284d1b8c5e35f33;hpb=d4eaea8289104f97222be2650924ed64be9a94e6;p=i3%2Fi3 diff --git a/docs/userguide b/docs/userguide index 54ac9c8d..7a1621da 100644 --- a/docs/userguide +++ b/docs/userguide @@ -2302,7 +2302,7 @@ If you want to resize containers/windows using your keyboard, you can use the *Syntax*: ------------------------------------------------------- resize grow|shrink [ px [or ppt]] -resize set [px] [px] +resize set [px | ppt] [px | ppt] ------------------------------------------------------- Direction can either be one of +up+, +down+, +left+ or +right+. Or you can be @@ -2398,10 +2398,10 @@ TODO: make i3-input replace %s *Examples*: --------------------------------------- # Read 1 character and mark the current window with this character -bindsym $mod+m exec i3-input -p 'mark ' -l 1 -P 'Mark: ' +bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: ' # Read 1 character and go to the window with the character -bindsym $mod+g exec i3-input -p 'goto ' -l 1 -P 'Goto: ' +bindsym $mod+g exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' --------------------------------------- Alternatively, if you do not want to mess with +i3-input+, you could create