diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 ------------- |