]> git.sur5r.net Git - i3/i3/blob - man/i3-msg.man
Merge i3bar into next
[i3/i3] / man / i3-msg.man
1 i3-msg(1)
2 =========
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v3.delta, November 2009
5
6 == NAME
7
8 i3-msg - send messages to i3 window manager
9
10 == SYNOPSIS
11
12 i3-msg "message"
13
14 == DESCRIPTION
15
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).
20
21 == EXAMPLE
22
23 ------------------------------------------------
24 i3-msg "bp" # Use 1-px border for current client
25 ------------------------------------------------
26
27 == ENVIRONMENT
28
29 === I3SOCK
30
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
33 to connect to i3.
34
35 == SEE ALSO
36
37 i3(1)
38
39 == AUTHOR
40
41 Michael Stapelberg and contributors