]> git.lizzy.rs Git - bspwm.git/blobdiff - doc/TODO.md
Add wm command: --reorder-monitors
[bspwm.git] / doc / TODO.md
index 187aa9161c29248a525142f9ba8f3f30b909242b..73b1f9ec403f3f8476236a38033dd31b6a1a624a 100644 (file)
@@ -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?