Introduction
Introduction Statistics Contact Development Disclaimer Help
tchanged sleep 20 into sleep 1 in example script as suggested by Snader_LB - dw…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit c99fe7dd7d0dfe00625ae3bcd037ff305661f56d
parent d6670a800d33639cdf64de170650b64c1921a300
Author: [email protected] <unknown>
Date: Wed, 20 Jul 2011 18:56:10 +0000
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
Diffstat:
M README | 2 +-
M config.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
t@@ -40,7 +40,7 @@ like this in your .xinitrc:
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
do
- sleep 20
+ sleep 1
done &
exec dwm
diff --git a/config.mk b/config.mk
t@@ -1,5 +1,5 @@
# dwm version
-VERSION = 5.9
+VERSION = 5.9.1
# Customize below to fit your system
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.