diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2022-01-27 13:08:51 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2022-01-27 13:08:51 -0500 |
| commit | c09e854cc456a3d4d27b12b8207b3805aaa90425 (patch) | |
| tree | 13f1bfa4364a1cec7125acd8d2fa9a263e992497 | |
| parent | 8fd1c32760dd17238c17fb0011c08007bf09f059 (diff) | |
| download | dwm-c09e854cc456a3d4d27b12b8207b3805aaa90425.tar.gz | |
Added TODO list to README
I keep having thoughts of adjustments to make, so I figure I should try
listing them somewhere.
| -rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,6 +2,24 @@ dwm - dynamic window manager ============================ dwm is an extremely fast, small, and dynamic window manager for X. +Tasks to Complete +----------------- +1. Update the status bar on all monitors, even if not active, rather + than only on the active monitor. +2. Pulling up Tag 0 automatically switches to grid-view +3. Pulling up Tag 0 operates on all monitors, not just the active one. + Leaving Tag 0 on one monitor leaves it on all of them +4. Clean rebuild. There are surely some patches that I applied + but do not use. Rebuilding from the ground up would result in + a cleaner code-base. +5. Update the man-page to reflect usage. +6. Update Makefile to suppress common warnings (like unused functions) + +Long-term Goals +--------------- +* Centralize code across the suckless utilities that I use, + do I really need two XRBD implementations, two font-rendering + implementations, etc., for dwm and dmenu? Requirements ------------ |