summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2022-02-03 18:39:11 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2022-02-03 18:39:11 -0500
commit73b3868c52c6efc3e93a404fc20d03c8c8af395f (patch)
tree12d3262ba7e26553f6abe92e6ba41207a2c7a3f5 /README
parent5a83b1d7fb477fe12bfe6892e1d76c1391d6fa67 (diff)
parentbab3b75b9a4f9fc1f7bf2d586da126fbaf7a1f59 (diff)
downloaddwm-73b3868c52c6efc3e93a404fc20d03c8c8af395f.tar.gz
Merge branch 'master' of github.com:dbrumbaugh/dwm
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
index 95d4fd0..649f184 100644
--- a/README
+++ b/README
@@ -2,6 +2,25 @@ 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)
+7. Keybinding to suppress screenlocker, with possible statusbar icon
+
+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
------------