Merge pull request #3563 from CyberShadow/doc-mark-todo

userguide: Un-hide a TODO block completed in 2011
next
Ingo Bürk 2018-12-16 09:36:02 +01:00 committed by GitHub
commit 3e3257af18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 15 deletions

View File

@ -2429,6 +2429,21 @@ mark [--add|--replace] [--toggle] <identifier>
unmark <identifier>
----------------------------------------------
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 +2459,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