This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
changed sleep 20 into sleep 1 in example script as suggested by Snader_LB
main
garbeam@gmail.com
13 years ago
parent
d6670a800d
commit
c99fe7dd7d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README
+1
-1
config.mk
+ 1
- 1
README
View File
@ -40,7 +40,7 @@ like this in your .xinitrc:
while xsetroot -name "`date` `uptime | sed 's/.*,//'`"
do
sleep
20
sleep
1
done &
exec dwm
+ 1
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dwm version
VERSION
=
5.9
VERSION
=
5.9
.1
# Customize below to fit your system
Write
Preview
Loading…
Cancel
Save