diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-16 20:17:22 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-16 20:17:22 -0400 |
commit | cd0a25f0d6533b972b77bf14b4aed52e00bb0e1d (patch) | |
tree | e2cc654adc3429742342ae92ee1ca52473245e2c | |
parent | 1ff883371700757696efafefe266572776ac9558 (diff) |
wmii: fix autostart
-rwxr-xr-x | .wmii/autostart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.wmii/autostart b/.wmii/autostart index e78b22b..1370689 100755 --- a/.wmii/autostart +++ b/.wmii/autostart @@ -7,5 +7,5 @@ daemon notifyd &> /dev/null daemon blueman-applet &> /dev/null #daemon linphone --iconified &> /dev/null -Action rbar_cpu 01 -Action rbar_clock 99 +Action rbar_cpu 01 & +Action rbar_clock 99 & |