]> git.lizzy.rs Git - bspwm.git/commit
Rewrite message handling
authorBastien Dejean <nihilhill@gmail.com>
Mon, 8 Jul 2013 09:42:05 +0000 (11:42 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Fri, 12 Jul 2013 19:52:02 +0000 (21:52 +0200)
commit8fd852132258f60df135bc2583d1b25fe0361e0a
tree25f2ef2cd3539f6864acab1e183d8fccf75cf7f7
parentcd1656d9bc7b2c3afbb72b3256f730ede3eabe78
Rewrite message handling

The new message syntax:
- Provides 10 commands instead of 60.
- Allows multiple actions to be applied in one call.

The client now returns an non zero exit code when a message fails.

The `is_adjacent` function now handles vacant nodes.
33 files changed:
Makefile
README.asciidoc
Sourcedeps
bash_completion
bspc.c
bspwm.c
bspwm.h
common.h
doc/TODO.md
doc/bspwm.1
doc/bspwm.1.txt
events.c
ewmh.c
ewmh.h
examples/autostart
examples/sxhkdrc
helpers.c
helpers.h
messages.c
messages.h
query.c [new file with mode: 0644]
query.h [new file with mode: 0644]
restore.c [new file with mode: 0644]
restore.h [new file with mode: 0644]
rules.c
rules.h
settings.c
tree.c
tree.h
types.c
types.h
window.c
window.h