From 2e3abda29665e5ee4168bd2977e302fd860424d1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 25 Aug 2016 18:59:30 -0300 Subject: Do not run xwicd on xsessionrc --- xsessionrc.dot.link | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'xsessionrc.dot.link') 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 -- cgit v1.2.3