X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=man%2Fi3-msg.man;fp=man%2Fi3-msg.man;h=c4e6d402f82ca395d9f03de55e6a2817f7d03b6a;hb=84372395413123f42acc46f65eba41f1f07400ee;hp=0000000000000000000000000000000000000000;hpb=90a94af2965fb99f2bc1f196a5ed420b4344477a;p=i3%2Fi3 diff --git a/man/i3-msg.man b/man/i3-msg.man new file mode 100644 index 00000000..c4e6d402 --- /dev/null +++ b/man/i3-msg.man @@ -0,0 +1,33 @@ +i3-msg(1) +========= +Michael Stapelberg +v3.gamma, August 2009 + +== NAME + +i3-msg - send messages to i3 + +== SYNOPSIS + +i3-msg "message" + +== 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). + +== EXAMPLE + +------------------------------------------------ +i3-msg "bp" # Use 1-px border for current client +------------------------------------------------ + +== SEE ALSO + +i3(1) + +== AUTHOR + +Michael Stapelberg and contributors