]> git.sur5r.net Git - i3/i3/commit
Make i3 send arguments as command to a running i3 instance (like i3-msg)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Oct 2011 18:20:43 +0000 (19:20 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Oct 2011 18:20:43 +0000 (19:20 +0100)
commitb7553976878797fb6038308f08603028f9c1268f
tree2b08b67f424059fb9ff71ecc44fe3e53e58ae3b1
parent4243a4053e2af66230d5df92ebec9da9f9533e65
Make i3 send arguments as command to a running i3 instance (like i3-msg)

From i3 --help:

If you pass plain text arguments, i3 will interpret them as a command
to send to a currently running i3 (like i3-msg). This allows you to
use nice and logical commands, such as:

i3 border none
i3 floating toggle
i3 kill window
src/main.c