X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Fuserguide;h=9255fd10cfe0c664216143e0f81b63a7d653ee34;hb=2a1ca0951e655af23289a45bef30f49a210ebf16;hp=55e80ce18e41fba2626e5c55452fe916836727d7;hpb=fdda9763b725f753909010e997e90f710a437ab4;p=i3%2Fi3 diff --git a/docs/userguide b/docs/userguide index 55e80ce1..9255fd10 100644 --- a/docs/userguide +++ b/docs/userguide @@ -603,6 +603,9 @@ This option determines which border style new windows will have. The default is +normal+. Note that default_floating_border applies only to windows which are starting out as floating windows, e.g., dialog windows, but not windows that are floated later on. +Setting border style to +pixel+ eliminates title bars. The border style +normal+ allows you to +adjust edge border width while keeping your title bar. + *Syntax*: --------------------------------------------- default_border normal|none|pixel @@ -2429,6 +2432,21 @@ mark [--add|--replace] [--toggle] unmark ---------------------------------------------- +You can use +i3-input+ to prompt for a mark name, then use the +mark+ +and +focus+ commands to create and jump to custom marks: + +*Examples*: +--------------------------------------- +# read 1 character and mark the current window with this character +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 -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' +--------------------------------------- + +Alternatively, if you do not want to mess with +i3-input+, you could create +separate bindings for a specific set of labels and then only use those labels: + *Example (in a terminal)*: --------------------------------------------------------- # marks the focused container @@ -2444,21 +2462,6 @@ unmark irssi [class="(?i)firefox"] unmark --------------------------------------------------------- -/////////////////////////////////////////////////////////////////// -TODO: make i3-input replace %s -*Examples*: ---------------------------------------- -# Read 1 character and mark the current window with this character -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 -F '[con_mark="%s"] focus' -l 1 -P 'Goto: ' ---------------------------------------- - -Alternatively, if you do not want to mess with +i3-input+, you could create -separate bindings for a specific set of labels and then only use those labels. -/////////////////////////////////////////////////////////////////// - [[pango_markup]] === Window title format