gri3-wm/man/i3-input.man

41 lines
849 B
Groff
Raw Normal View History

2009-11-09 21:28:15 +01:00
i3-input(1)
=========
Michael Stapelberg <michael+i3@stapelberg.de>
v3.delta, November 2009
== NAME
i3-input - interactively take a command for i3 window manager
2009-11-09 21:28:15 +01:00
== SYNOPSIS
2011-01-01 22:11:44 +01:00
i3-input [-s <socket>] [-p <prefix>] [-l <limit>] [-P <prompt>] [-f <font>] [-v]
2009-11-09 21:28:15 +01:00
== DESCRIPTION
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.
2009-11-09 21:28:15 +01:00
== EXAMPLE
------------------------------------------------
i3-input -p 'mark ' -l 1 -P 'Mark: '
------------------------------------------------
2011-01-11 04:39:48 +01:00
== 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.
2009-11-09 21:28:15 +01:00
== SEE ALSO
i3(1)
== AUTHOR
Michael Stapelberg and contributors