aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 7abf1cf..35509d6 100644
--- a/README
+++ b/README
@@ -2,6 +2,15 @@ dwm - dynamic window manager
============================
dwm is an extremely fast, small, and dynamic window manager for X.
+What's different?
+-----------------
+This fork of dwm comes with nearly 700 fewer lines, stripping out:
+ - The status bar
+ - Mouse bindings
+ - Font and color stuff
+ - UTF8
+
+More to come.
Requirements
------------
@@ -35,15 +44,6 @@ the DISPLAY environment variable is set correctly, e.g.:
(This will start dwm on display :1 of the host foo.bar.)
-In order to display status info in the bar, you can do something
-like this in your .xinitrc:
-
- while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
- do
- sleep 1
- done &
- exec dwm
-
Configuration
-------------