README
changeset 1371 fcdbbc9c39de
parent 1370 6d6ed7a9183c
child 1375 9bd33197840f
equal deleted inserted replaced
1370:6d6ed7a9183c 1371:fcdbbc9c39de
    36 (This will start dwm on display :1 of the host foo.bar.)
    36 (This will start dwm on display :1 of the host foo.bar.)
    37 
    37 
    38 In order to display status info in the bar, you can do something
    38 In order to display status info in the bar, you can do something
    39 like this in your .xinitrc:
    39 like this in your .xinitrc:
    40 
    40 
       
    41     dwm &
    41     while true
    42     while true
    42     do
    43     do
    43         xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    44         xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    44         sleep 1
    45         sleep 1
    45     done | dwm
    46     done
    46 
    47 
    47 
    48 
    48 Configuration
    49 Configuration
    49 -------------
    50 -------------
    50 The configuration of dwm is done by creating a custom config.h
    51 The configuration of dwm is done by creating a custom config.h