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