X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2FTODO.md;h=73b1f9ec403f3f8476236a38033dd31b6a1a624a;hb=b4c470784d98fd3371cf7d994a714cad83086ffc;hp=187aa9161c29248a525142f9ba8f3f30b909242b;hpb=be7d7685863175c2febbcbac5646fd33cc11553a;p=bspwm.git diff --git a/doc/TODO.md b/doc/TODO.md index 187aa91..73b1f9e 100644 --- a/doc/TODO.md +++ b/doc/TODO.md @@ -1,6 +1,2 @@ -- Restore built-in pointer grabbing (the shell indirection brought by `sxhkd` slows things down and its asynchronous nature makes resizing jerky). How can we avoid copying too much code from `sxhkd`?. -- Handle window size constraints specified by size hints. -- Set more attributes in `make_client` (instead of doing it in `apply_rules`) and don't pass `XCB_NONE` as argument. -- Internal nodes selectors/actions: labels? -- Invisible state. +- Add zoom feature (view point distinct from root). - Use BSD `sys/{queue/tree}.h` for {list,tree} structures?