aewl

diff README @ 143:36cabfe408cd

applied Sanders patches
author arg@10ksloc.org
date Tue, 01 Aug 2006 12:32:33 +0200
parents 3a9caa6d565b
children f328ce9c558c
line diff
     1.1 --- a/README	Tue Aug 01 11:49:19 2006 +0200
     1.2 +++ b/README	Tue Aug 01 12:32:33 2006 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  dwm - dynamic window manager
     1.5  ----------------------------
     1.6 -dwm is an extremly fast, small, and dynamic X11 window manager.
     1.7 +dwm is an extremely fast, small, and dynamic X11 window manager.
     1.8  
     1.9  
    1.10  Requirements
    1.11 @@ -10,8 +10,8 @@
    1.12  
    1.13  Installation
    1.14  ------------
    1.15 -Edit config.mk to match your local setup. dwm is installed into
    1.16 -the /usr/local namespace by default.
    1.17 +Edit config.mk to match your local setup (dwm is installed into
    1.18 +the /usr/local namespace by default).
    1.19  
    1.20  Afterwards enter the following command to build and install dwm (if
    1.21  necessary as root):
    1.22 @@ -35,16 +35,17 @@
    1.23  
    1.24  Displaying status info
    1.25  ----------------------
    1.26 -In order to display status info in the bar, you can do following
    1.27 -in .xinitrc:
    1.28 +In order to display status info in the bar, you can do something
    1.29 +like this in your .xinitrc:
    1.30  
    1.31      while true
    1.32      do
    1.33          echo `date` `uptime | sed 's/.*://; s/,//g'`
    1.34 -        sleep 2
    1.35 +        sleep 1
    1.36      done | dwm
    1.37  
    1.38 +
    1.39  Configuration
    1.40  -------------
    1.41 -The configuration of dwm is done by customizing source code,
    1.42 -grep for CUSTOMIZE keyword.
    1.43 +The configuration of dwm is done by customizing its source code
    1.44 +(grep for the CUSTOMIZE keyword).