From cd0a25f0d6533b972b77bf14b4aed52e00bb0e1d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 16 Oct 2012 20:17:22 -0400 Subject: wmii: fix autostart --- .wmii/autostart | 4 ++-- 1 file 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 & -- cgit v1.2.3