README
changeset 1375 9bd33197840f
parent 1371 fcdbbc9c39de
child 1539 e2a9bd720b6e
equal deleted inserted replaced
1374:ff5fd6693d5d 1375:9bd33197840f
    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 &
       
    42     while true
    41     while true
    43     do
    42     do
    44         xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    43         xsetroot -name "`date` `uptime | sed 's/.*,//'`"
    45         sleep 1
    44         sleep 1
    46     done
    45     done &
       
    46     exec dwm
    47 
    47 
    48 
    48 
    49 Configuration
    49 Configuration
    50 -------------
    50 -------------
    51 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