]> git.sur5r.net Git - i3/i3/blob - man/i3-input.man
Merge branch 'fix-i3bar-man'
[i3/i3] / man / i3-input.man
1 i3-input(1)
2 =========
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v3.delta, November 2009
5
6 == NAME
7
8 i3-input - interactively take a command for i3 window manager
9
10 == SYNOPSIS
11
12 i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-f <font>] [-v]
13
14 == DESCRIPTION
15
16 i3-input is a tool to take commands (or parts of a command) composed by
17 the user, and send it/them to i3. This is useful, for example, for the
18 mark/goto command.
19
20 == EXAMPLE
21
22 ------------------------------------------------
23 i3-input -p 'mark ' -l 1 -P 'Mark: '
24 ------------------------------------------------
25
26 == ENVIRONMENT
27
28 === I3SOCK
29
30 If no ipc-socket is specified on the commandline, this variable is used
31 to determine the path, at wich the unix domain socket is expected, on which
32 to connect to i3.
33
34 == SEE ALSO
35
36 i3(1)
37
38 == AUTHOR
39
40 Michael Stapelberg and contributors