diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 21:42:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-07 21:42:04 -0200 |
commit | 069bc999fa092b733d359c2ef8998d68418b7d21 (patch) | |
tree | d86b371149df95e5b893f41849fb15ad50250008 /modules/profile | |
parent | f07e23a2d59789e69cb67d983e0dc9a6c4c845f7 (diff) | |
download | dotfiles-069bc999fa092b733d359c2ef8998d68418b7d21.tar.gz dotfiles-069bc999fa092b733d359c2ef8998d68418b7d21.tar.bz2 |
Strange, but having wicd-client on xprofile makes two tray icons appear; adding into awesome config
Diffstat (limited to 'modules/profile')
-rwxr-xr-x | modules/profile/xprofile.dot.link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/xprofile.dot.link b/modules/profile/xprofile.dot.link index d59da65..b679ed4 100755 --- a/modules/profile/xprofile.dot.link +++ b/modules/profile/xprofile.dot.link @@ -32,7 +32,7 @@ fi # Additional applications depending on the machine type if laptop-detect; then - PROGRAMS="$PROGRAMS wicd-client" + PROGRAMS="$PROGRAMS" else PROGRAMS="$PROGRAMS" fi |