1. NAME
i3-msg - send messages to i3 window manager
2. SYNOPSIS
i3-msg "message"
3. DESCRIPTION
i3-msg is a sample implementation for a client using the unix socket IPC interface to i3. At the moment, it can only be used for sending commands (like in configuration file for key bindings), but this may change in the future (staying backwards-compatible, of course).
4. EXAMPLE
i3-msg "bp" # Use 1-px border for current client
5. ENVIRONMENT
5.1. 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.
6. SEE ALSO
i3(1)
7. AUTHOR
Michael Stapelberg and contributors