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