]> git.lizzy.rs Git - bspwm.git/blobdiff - TODO.md
Don't try to `arrange` empty desktops
[bspwm.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index ec4ef848c310ae000acee1e3ba44d38caf214930..7c7adc30ff41401370071c30bee066a33253de66 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,3 @@
-- Rewrite `focus_follows_pointer` by using a root sized input only window mapped and unmapped via enter notify events.
-- Optimize border drawing by considering the `{outer,inner}_border_width == 0` case.
-- New setting: `windows_per_desktop` that would automatically send the oldest window of the current desktop to the first found desktop having a number of windows inferior to the limit and create a new desktop if there is none when the number of windows in the current desktop reaches the limit.
-- Grow/shrink through swap.
-- Command line completion for *bspc*.
-- Better handling of the floating window concept.
-- Focus history.
+- Handle monitors through RandR.
+- Use macros in `messages.c`.
+- Better handling of the floating window concept?