X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=README;h=95d4fd05edfebb41917c02a6769395f44a3476aa;hb=2b6b86ac617f777902e1cf441b7a46ed52782f83;hp=2dcaeddfdc0e18dc8971c71a5c56a9a2e4993e66;hpb=60adbab72636e50dbafe4456c892c1bf26cee690;p=dwm.git diff --git a/README b/README index 2dcaedd..95d4fd0 100644 --- a/README +++ b/README @@ -18,9 +18,6 @@ necessary as root): make clean install -If you are going to use the default bluegray color scheme it is highly -recommended to also install the bluegray files shipped in the dextra package. - Running dwm ----------- @@ -38,11 +35,11 @@ the DISPLAY environment variable is set correctly, e.g.: In order to display status info in the bar, you can do something like this in your .xinitrc: - while true + while xsetroot -name "`date` `uptime | sed 's/.*,//'`" do - echo `date` `uptime | sed 's/.*,//'` - sleep 1 - done | dwm + sleep 1 + done & + exec dwm Configuration