diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-22 11:56:18 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-08-22 11:56:18 -0400 |
commit | ec3ed4f68e9247e9e27c853bf104495027983881 (patch) | |
tree | 7feccbbce429dfb18da452ae798ede6497e79dcb /.wmii/autostart | |
parent | e9f7fef7880b7f37c9da0b2be5e1ab5b08b23f6c (diff) | |
parent | 510fea7116c6bd01824af38b4e516b6e19fded81 (diff) |
Merge branch 'master' of git://gitorious.org/lukeshu-dotfiles/lukeshu-dotfiles
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 |