table of contents
I3-INPUT(1) | i3 Manual | I3-INPUT(1) |
NAME¶
i3-input - interactively take a command for i3 window manager
SYNOPSIS¶
i3-input [-s <socket>] [-F <format>] [-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.
You can press Escape to close i3-input without sending any commands.
OPTIONS¶
-s <socket>
-F <format>
-l <limit>
-P <prompt>
-f <font>
-v
EXAMPLES¶
Mark a container with a single character:
i3-input -F 'mark %s' -l 1 -P 'Mark: '
Go to the container marked with above example:
i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Go to: '
ENVIRONMENT¶
I3SOCK¶
i3-input handles the different sources of socket paths in the following order:
The socket path is necessary to connect to i3 and actually issue the command.
SEE ALSO¶
AUTHOR¶
Michael Stapelberg and contributors
11/06/2024 | i3 4.24 |