]> git.sur5r.net Git - i3/i3/commit
Implement i3 --get-socketpath, useful for IPC scripts
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Oct 2011 15:12:10 +0000 (16:12 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 2 Oct 2011 15:12:10 +0000 (16:12 +0100)
commit23796ea90075855ef6522e4fee8bc3e6777514c2
treed1bb2e3053e9a6e5ba47e3268fa4cf27eac0b3ad
parent6af8b0941cff8578303cfc96b1e40b3e0ff95b68
Implement i3 --get-socketpath, useful for IPC scripts

In order to not depend on X11 just for getting the socket paths, scripts or
other programs can now use i3 --get-socketpath. Since i3 must be present on the
computer anyways, this saves one dependency :).
include/all.h
src/main.c