]> git.sur5r.net Git - i3/i3/commit
ipc: implement GET_WORKSPACES message type
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Mar 2010 14:58:39 +0000 (15:58 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Mar 2010 14:58:39 +0000 (15:58 +0100)
commit9a9ba1b859388f8cf74a08073c1fad49975832d1
treeab9b91832fb893d71f898cb842d81b4cef081afd
parent952914c3c5c8956435900549e71d36bc17a04c2f
ipc: implement GET_WORKSPACES message type

This is the foundation to use dzen2 or similar as a complete
replacement for the internal workspaces bar.

A testcase is included, more documentation about the IPC interface
will follow.
DEPENDS
common.mk
debian/control
include/data.h
include/i3/ipc.h
src/ipc.c
src/workspace.c
testcases/Makefile
testcases/t/15-ipc-workspaces.t [new file with mode: 0644]
testcases/t/lib/i3test.pm