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
s/sleep 5/sleep 2/
main
arg@10ksloc.org
18 years ago
parent
2b66f7afb1
commit
f85b163899
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README
+ 1
- 1
README
View File
@ -41,7 +41,7 @@ in .xinitrc:
while true
while true
do
do
echo `date` `uptime | sed 's/.*://; s/,//g'`
echo `date` `uptime | sed 's/.*://; s/,//g'`
sleep
5
sleep
2
done | dwm
done | dwm
Configuration
Configuration
Write
Preview
Loading…
Cancel
Save