Updated docs for #1463
This commit is contained in:
parent
d51d6d730e
commit
47222ab261
|
@ -1857,9 +1857,13 @@ window, you cannot simply bind it to a key. +i3-input+ is a tool created
|
||||||
for this purpose: It lets you input a command and sends the command to i3. It
|
for this purpose: It lets you input a command and sends the command to i3. It
|
||||||
can also prefix this command and display a custom prompt for the input dialog.
|
can also prefix this command and display a custom prompt for the input dialog.
|
||||||
|
|
||||||
|
The additional +--toggle+ option will remove the mark if the window already has
|
||||||
|
this mark, add it if the window has none or replace the current mark if it has
|
||||||
|
another mark.
|
||||||
|
|
||||||
*Syntax*:
|
*Syntax*:
|
||||||
------------------------------
|
------------------------------
|
||||||
mark identifier
|
mark [--toggle] identifier
|
||||||
[con_mark="identifier"] focus
|
[con_mark="identifier"] focus
|
||||||
unmark identifier
|
unmark identifier
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
Loading…
Reference in New Issue