This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
small change to README
master
Anselm R. Garbe
18 years ago
parent
1c2d673ded
commit
02cea3b47e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README
+ 1
- 1
README
View File
@ -37,7 +37,7 @@ like this in your .xinitrc:
while true
do
echo `date` `uptime | sed 's/.*
://; s/
,//
g
'`
echo `date` `uptime | sed 's/.*,//'`
sleep 1
done | dwm
Write
Preview
Loading…
Cancel
Save