]> git.sur5r.net Git - i3/i3/commit
add i3-nagbar. tells you about config file errors (for example)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Jul 2011 12:33:19 +0000 (14:33 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Jul 2011 12:33:19 +0000 (14:33 +0200)
commitc55abca11555d735bf15b14d4f7eaeb61ee6c034
treec832746469765c56068e68dcb2c6d9ac2b4a9c64
parentb63a559c2801c0b9f7f23b917ab351541eb67a2f
add i3-nagbar. tells you about config file errors (for example)
17 files changed:
common.mk
i3-nagbar/Makefile [new file with mode: 0644]
i3-nagbar/atoms.xmacro [new file with mode: 0644]
i3-nagbar/i3-nagbar.h [new file with mode: 0644]
i3-nagbar/main.c [new file with mode: 0644]
i3-nagbar/xcb.c [new file with mode: 0644]
include/config.h
include/i3.h
include/log.h
include/util.h
man/Makefile
man/i3-nagbar.man [new file with mode: 0644]
src/cfgparse.y
src/cmdparse.y
src/log.c
src/main.c
src/util.c