From abd6f24bf25618465afff86f7929b2314467506c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 23 Apr 2012 23:21:51 +0200 Subject: [PATCH] a few little corrections for the previous commit --- man/i3-input.man | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/man/i3-input.man b/man/i3-input.man index 5a00fae1..b67a1403 100644 --- a/man/i3-input.man +++ b/man/i3-input.man @@ -14,13 +14,16 @@ i3-input [-s ] [-F ] [-l ] [-P ] [-f ] [-v] == DESCRIPTION i3-input is a tool to take commands (or parts of a command) composed by -the user, and send it/them to i3 (unles the user hits Escape before inputing characters. -This is useful, for example, for the mark/goto command. +the user, and send it/them to i3. This is useful, for example, for the +mark/goto command. + +You can press Escape to close i3-input without sending any commands. == OPTIONS -s :: -Specify a path to an IPC socket for comunication with i3. +Specify the path to the i3 IPC socket (it should not be necessary to use this +option, i3-input will figure out the path on its own). -F :: Every occurence of "%s" in the string is replaced by the user input, @@ -28,18 +31,18 @@ and the result is sent to i3 as a command. Default value is "%s". -l :: Set the maximum allowed length of the user input to characters. -i3-input will automatically issues the command as if the user hit Return -when the user input length reaches that value. +i3-input will automatically issue the command when the user input reaches that +length. -P :: Display the string in front of user input text field. The prompt string is not included in the user input/command. -f :: -Use specified X11 font. +Use the specified X11 core font (use +xfontsel+ to chose a font). -v:: -Show version and exit without issuing any commands. +Show version and exit. == EXAMPLES -- 2.39.2