]> git.sur5r.net Git - i3/i3/blob - man/i3-msg.man
docs: merge spelling and grammar fixes by sasha (Thanks!)
[i3/i3] / man / i3-msg.man
1 i3-msg(1)
2 =========
3
4 Michael Stapelberg <michael+i3@stapelberg.de>
5 v3.delta, November 2009
6
7 == NAME
8
9 i3-msg - send messages to i3 window manager
10
11 == SYNOPSIS
12
13 i3-msg "message"
14
15 == DESCRIPTION
16
17 i3-msg is a sample implementation for a client using the unix socket IPC
18 interface to i3. At the moment, it can only be used for sending commands
19 (like in configuration file for key bindings), but this may change in the
20 future (staying backwards-compatible, of course).
21
22 == EXAMPLE
23
24 ------------------------------------------------
25 i3-msg "bp" # Use 1-px border for current client
26 ------------------------------------------------
27
28 == SEE ALSO
29
30 i3(1)
31
32 == AUTHOR
33
34 Michael Stapelberg and contributors