]> git.sur5r.net Git - i3/i3/blob - man/i3-input.man
docs: merge spelling and grammar fixes by sasha (Thanks!)
[i3/i3] / man / i3-input.man
1 i3-input(1)
2 =========
3
4 Michael Stapelberg <michael+i3@stapelberg.de>
5 v3.delta, November 2009
6
7 == NAME
8
9 i3-input - interactively take a command for i3 window manager
10
11 == SYNOPSIS
12
13 i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-v]
14
15 == DESCRIPTION
16
17 i3-input is a tool to take commands (or parts of a command) composed by
18 the user, and send it/them to i3. This is useful, for example, for the
19 mark/goto command.
20
21 == EXAMPLE
22
23 ------------------------------------------------
24 i3-input -p 'mark ' -l 1 -P 'Mark: '
25 ------------------------------------------------
26
27 == SEE ALSO
28
29 i3(1)
30
31 == AUTHOR
32
33 Michael Stapelberg and contributors