]> git.sur5r.net Git - i3/i3/commitdiff
Add manpage for i3-msg
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 24 Aug 2009 10:22:42 +0000 (12:22 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 24 Aug 2009 10:22:42 +0000 (12:22 +0200)
man/Makefile
man/asciidoc.conf
man/i3-msg.man [new file with mode: 0644]

index dec0389727128cf807b33a673a79a8158528401d..1236d02dff1d8aeef766f9a0c28edac22c1565db 100644 (file)
@@ -1,4 +1,5 @@
 all:
        a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3.man
+       a2x -f manpage --asciidoc-opts="-f asciidoc.conf" i3-msg.man
 clean:
-       rm -f i3.xml i3.1 i3.html
+       rm -f i3.xml i3.1 i3.html i3-msg.1 i3-msg.html i3-msg.xml
index cd411ec718f5dad67fc8017b7e4410f175837eb0..4ef163707d09caa1eadc15c83a423ff531080d47 100644 (file)
@@ -7,7 +7,7 @@ template::[header-declarations]
 <refentrytitle>{mantitle}</refentrytitle>
 <manvolnum>{manvolnum}</manvolnum>
 <refmiscinfo class="source">i3</refmiscinfo>
-<refmiscinfo class="version">beta</refmiscinfo>
+<refmiscinfo class="version">gamma</refmiscinfo>
 <refmiscinfo class="manual">i3 Manual</refmiscinfo>
 </refmeta>
 <refnamediv>
diff --git a/man/i3-msg.man b/man/i3-msg.man
new file mode 100644 (file)
index 0000000..c4e6d40
--- /dev/null
@@ -0,0 +1,33 @@
+i3-msg(1)
+=========
+Michael Stapelberg <michael+i3@stapelberg.de>
+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