diff options
author | Nick Shipp <nick@shipp.ninja> | 2017-05-22 02:33:02 -0400 |
---|---|---|
committer | Nick Shipp <nick@shipp.ninja> | 2017-05-22 02:33:02 -0400 |
commit | b6ca7a2aaeb5a68128ba4c1dc28ba4916387e2ae (patch) | |
tree | 11dba750bde1faacf4a5bd2c59d6fc9b9bd8905e /README | |
parent | ceac8c91ff3bf45ae53135658d6f560cb2335133 (diff) |
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 ------------- |