]> git.sur5r.net Git - i3/i3/blob - man/i3-msg.man
remove superflous newlines (breaks asciidoc)
[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 == SEE ALSO
28
29 i3(1)
30
31 == AUTHOR
32
33 Michael Stapelberg and contributors