From: Ingo Bürk Date: Sat, 28 Mar 2015 18:12:31 +0000 (+0100) Subject: Updated docs for #1463 X-Git-Tag: 4.11~165^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=47222ab2610db8cec9f6549ff00823effd47c008;p=i3%2Fi3 Updated docs for #1463 --- diff --git a/docs/userguide b/docs/userguide index 3d935e40..d6dbde00 100644 --- a/docs/userguide +++ b/docs/userguide @@ -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 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*: ------------------------------ -mark identifier +mark [--toggle] identifier [con_mark="identifier"] focus unmark identifier ------------------------------