]> git.sur5r.net Git - i3/i3/blobdiff - man/i3-input.man
Merge branch 'master' into next
[i3/i3] / man / i3-input.man
index b53406ffc9b3f385c1999adc6ba6cd9d4ff1d812..cd85c92c622e62d0b82a50c43128e12cb57882ea 100644 (file)
@@ -5,16 +5,17 @@ v3.delta, November 2009
 
 == NAME
 
-i3-input - interactively take a command for i3
+i3-input - interactively take a command for i3 window manager
 
 == SYNOPSIS
 
-i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-v]
+i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-f <font>] [-v]
 
 == DESCRIPTION
 
-i3-input is a tool to take commands (or parts of a command) and then send it
-to i3. This is useful for example for the mark/goto command.
+i3-input is a tool to take commands (or parts of a command) composed by
+the user, and send it/them to i3. This is useful, for example, for the
+mark/goto command.
 
 == EXAMPLE
 
@@ -22,6 +23,14 @@ to i3. This is useful for example for the mark/goto command.
 i3-input -p 'mark ' -l 1 -P 'Mark: '
 ------------------------------------------------
 
+== ENVIRONMENT
+
+=== I3SOCK
+
+If no ipc-socket is specified on the commandline, this variable is used
+to determine the path, at wich the unix domain socket is expected, on which
+to connect to i3.
+
 == SEE ALSO
 
 i3(1)