]> git.sur5r.net Git - i3/i3/commit
Implement putting clients onto specific workspaces ("assign" in the configfile)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 16 May 2009 15:32:36 +0000 (17:32 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 16 May 2009 15:32:36 +0000 (17:32 +0200)
commite79cca8f725284dfb2d15fdb7a57419029eb023e
treeae2d51ba5173142b9f0a925d6cd3690e7d7bc90b
parent3ab4ecdb019b7d27a3e3d9f0f29c687c1b067f50
Implement putting clients onto specific workspaces ("assign" in the configfile)

This closes ticket #39
12 files changed:
docs/Makefile
docs/userguide [new file with mode: 0644]
include/client.h [new file with mode: 0644]
include/data.h
include/i3.h
include/util.h
src/client.c [new file with mode: 0644]
src/commands.c
src/config.c
src/handlers.c
src/mainx.c
src/util.c