]> git.lizzy.rs Git - bspwm.git/commit
Remove tags
authorBastien Dejean <nihilhill@gmail.com>
Sat, 19 Oct 2013 08:56:34 +0000 (10:56 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Sat, 19 Oct 2013 08:56:34 +0000 (10:56 +0200)
commit08e1c85ce0f29a82a2df569b3126ec1b70d495d6
tree27550ed2e9dd2d7d1ba85f920d341cb6a04ebfe8
parent6daf058c5d824b3518eec220ac88ed60ff273266
Remove tags

Tags should generalize desktops.

To accomplish this, the main node attributes: (type, ratio) would have
to become a dictionary: ((tf1, (type1, ratio1)), (tf2, (type2, ratio2),
...). (`tf<n>` being a tag field.).
19 files changed:
Makefile
Sourcedeps
bspwm.c
desktop.c
doc/bspwm.1
doc/bspwm.1.txt
history.c
messages.c
messages.h
query.c
restore.c
rule.c
rule.h
tag.c [deleted file]
tag.h [deleted file]
tree.c
tree.h
types.h
window.c