diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-08-25 18:59:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-08-25 18:59:30 -0300 |
commit | 2e3abda29665e5ee4168bd2977e302fd860424d1 (patch) | |
tree | 34dfb533291535cc77daaf655fc397a48b734f54 | |
parent | 09633283b9108e961dbd91daf3d503bac435a48f (diff) | |
download | profile-2e3abda29665e5ee4168bd2977e302fd860424d1.tar.gz profile-2e3abda29665e5ee4168bd2977e302fd860424d1.tar.bz2 |
Do not run xwicd on xsessionrc
-rwxr-xr-x | xsessionrc.dot.link | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 650fdcc..c91f66f 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -44,11 +44,11 @@ if [ -z "$WINDOW_MANAGER" ]; then fi # Additional applications depending on the machine type -if laptop-detect; then - PROGRAMS="$PROGRAMS xwicd" -else - PROGRAMS="$PROGRAMS" -fi +#if laptop-detect; then +# PROGRAMS="$PROGRAMS xwicd" +#else +# PROGRAMS="$PROGRAMS" +#fi # Start session applications for program in $PROGRAMS; do |