diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-07-16 23:29:42 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-07-16 23:29:42 -0400 |
commit | 20e043a15ab0c3b0eee84caad9075754683df627 (patch) | |
tree | 96d9def3da1499ecad966de0dbf0ea2884866a77 /.wmii/autostart | |
parent | 7036a9b36396ae49cf8ba0f8ad5fe139a65433c1 (diff) |
mess with wmii and xinitrc, add lxpanel
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 |