diff options
Diffstat (limited to '.wmii/autostart')
-rwxr-xr-x | .wmii/autostart | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.wmii/autostart b/.wmii/autostart index b44ade8..aae23f4 100755 --- a/.wmii/autostart +++ b/.wmii/autostart @@ -1,3 +1,4 @@ #!/bin/bash daemon lxpanel &> /dev/null daemon wicd-client -t &> /dev/null +daemon notifyd &> /dev/null |