3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v3.delta, November 2009
8 i3-msg - send messages to i3 window manager
16 i3-msg is a sample implementation for a client using the unix socket IPC
17 interface to i3. At the moment, it can only be used for sending commands
18 (like in configuration file for key bindings), but this may change in the
19 future (staying backwards-compatible, of course).
23 ------------------------------------------------
24 i3-msg "bp" # Use 1-px border for current client
25 ------------------------------------------------
31 If no ipc-socket is specified on the commandline, this variable is used
32 to determine the path, at wich the unix domain socket is expected, on which
41 Michael Stapelberg and contributors