debian
docs
i3-config-wizard
i3-input
i3-msg
i3-nagbar
include
man
Makefile
asciidoc.conf
i3-input.man
i3-msg.man
i3-nagbar.man
i3.man
render-tree
src
testcases
tests
website
yajl-fallback
.gitignore
CMDMODE
DEPENDS
GOALS
LICENSE
Makefile
PACKAGE-MAINTAINER
README.tree
RELEASE-NOTES-3.a-bf1
RELEASE-NOTES-3.b
RELEASE-NOTES-3.c
RELEASE-NOTES-3.d
RELEASE-NOTES-4.0
RELEASE-NOTES-tree-pr1
RELEASE-NOTES-tree-pr2
RELEASE-NOTES-tree-pr3
RELEASE-NOTES-tree-pr4
TODO
common.mk
dump-asy.pl
gtk-tree-watch.pl
i3-migrate-config-to-v4.pl
i3-wsbar
i3.config
i3.config.keycodes
i3.desktop
i3.welcome
logo.svg
pseudo-doc.doxygen
41 lines
849 B
Groff
41 lines
849 B
Groff
i3-input(1)
|
|
=========
|
|
Michael Stapelberg <michael+i3@stapelberg.de>
|
|
v3.delta, November 2009
|
|
|
|
== NAME
|
|
|
|
i3-input - interactively take a command for i3 window manager
|
|
|
|
== SYNOPSIS
|
|
|
|
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) composed by
|
|
the user, and send it/them to i3. This is useful, for example, for the
|
|
mark/goto command.
|
|
|
|
== EXAMPLE
|
|
|
|
------------------------------------------------
|
|
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)
|
|
|
|
== AUTHOR
|
|
|
|
Michael Stapelberg and contributors
|