]> git.lizzy.rs Git - bspwm.git/commit
Generalize a few node descriptors
authorBastien Dejean <nihilhill@gmail.com>
Tue, 28 Jul 2020 09:14:28 +0000 (11:14 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Tue, 28 Jul 2020 09:14:28 +0000 (11:14 +0200)
commitd87e6c0f773e189a3a62b2d066b982b3a4e2bd56
tree8d0e709e72f64ecd07faaafd005782997cc62f6b
parenta54ab707cf77ad9ba37e13ba76c1192e58ff2917
Generalize a few node descriptors

- `next` and `prev` might now return any node in the context of a
  depth-first in-order tree traversal.
- `biggest`, `smallest` and `pointed` now return leaves instead of
  windows. In particular, `pointed` can now be used to get the id of a
  pointed receptacle.

Fixes #1113.
doc/bspwm.1
doc/bspwm.1.asciidoc
examples/sxhkdrc
src/query.c
src/query.h
src/tree.c
src/tree.h
src/window.c