debian
docs
i3-input
i3-msg
include
man
Makefile
asciidoc.conf
i3-input.man
i3-msg.man
i3.man
render-tree
src
testcases
tests
website
.gitignore
CMDMODE
DEPENDS
GOALS
LICENSE
Makefile
PACKAGE-MAINTAINER
README.tree
RELEASE-NOTES-3.a-bf1
RELEASE-NOTES-3.b
RELEASE-NOTES-3.c
RELEASE-NOTES-3.d
TODO
common.mk
dump-asy.pl
gtk-tree-watch.pl
i3-wsbar
i3.config
i3.desktop
i3.welcome
logo.svg
pseudo-doc.doxygen
42 lines
885 B
Groff
42 lines
885 B
Groff
i3-msg(1)
|
|
=========
|
|
Michael Stapelberg <michael+i3@stapelberg.de>
|
|
v3.delta, November 2009
|
|
|
|
== NAME
|
|
|
|
i3-msg - send messages to i3 window manager
|
|
|
|
== 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
|
|
------------------------------------------------
|
|
|
|
== ENVIRONMENT
|
|
|
|
=== I3SOCK
|
|
|
|
If no ipc-socket is specified on the commandline, this variable is used
|
|
to determine the path, at wich the unix domain socket is expected, on which
|
|
to connect to i3.
|
|
|
|
== SEE ALSO
|
|
|
|
i3(1)
|
|
|
|
== AUTHOR
|
|
|
|
Michael Stapelberg and contributors
|