Browse Source

s/sleep 5/sleep 2/

arg@10ksloc.org 19 năm trước cách đây
mục cha
commit
f85b163899
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README

+ 1 - 1
README

@@ -41,7 +41,7 @@ in .xinitrc:
     while true
     do
         echo `date` `uptime | sed 's/.*://; s/,//g'`
-        sleep 5
+        sleep 2
     done | dwm
 
 Configuration