]> git.lizzy.rs Git - bspwm.git/commit
Generalize window commands to nodes
authorBastien Dejean <nihilhill@gmail.com>
Tue, 22 Dec 2015 18:25:45 +0000 (19:25 +0100)
committerBastien Dejean <nihilhill@gmail.com>
Tue, 22 Dec 2015 18:25:45 +0000 (19:25 +0100)
commiteb07d2fc06f6917c2590706fce01539786d1ed07
tree3e1ce8408383b60ab809e7bdae827ba723a089b6
parente434521fc3ca1b2f9c7f6c00371308d597c6e0f2
Generalize window commands to nodes
69 files changed:
.gitignore
Makefile
README.md
Sourcedeps
VERSION [new file with mode: 0644]
bspc.c
bspwm.c
bspwm.h
contrib/bash_completion
contrib/zsh_completion
desktop.c
desktop.h
doc/TODO.md
doc/bspwm.1
doc/bspwm.1.asciidoc
events.c
ewmh.c
ewmh.h
examples/bspwmrc
examples/external_rules/pseudo_automatic_mode/external_rules
examples/loop/bspwmrc
examples/loop/profile
examples/loop/sxhkdrc
examples/panel/panel
examples/panel/panel_bar
examples/panel/panel_colors
examples/panel/profile
examples/sxhkdrc
helpers.c
helpers.h
history.c
history.h
jsmn.c
messages.c
messages.h
monitor.c
monitor.h
parse.c
parse.h
pointer.c
query.c
query.h
restore.c
restore.h
rule.c
rule.h
settings.c
settings.h
stack.c
stack.h
subscribe.c
subscribe.h
tests/Makefile [new file with mode: 0644]
tests/README.md [new file with mode: 0644]
tests/desktop/swap [new file with mode: 0755]
tests/desktop/transfer [new file with mode: 0755]
tests/node/flags [new file with mode: 0755]
tests/node/insertion [new file with mode: 0755]
tests/node/removal [new file with mode: 0755]
tests/node/swap [new file with mode: 0755]
tests/node/transfer [new file with mode: 0755]
tests/prelude [new file with mode: 0644]
tests/run [new file with mode: 0755]
tests/test_window.c [new file with mode: 0644]
tree.c
tree.h
types.h
window.c
window.h