aboutsummaryrefslogtreecommitdiff
path: root/xsessionrc.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-08-25 18:59:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-08-25 18:59:30 -0300
commit2e3abda29665e5ee4168bd2977e302fd860424d1 (patch)
tree34dfb533291535cc77daaf655fc397a48b734f54 /xsessionrc.dot.link
parent09633283b9108e961dbd91daf3d503bac435a48f (diff)
downloadprofile-2e3abda29665e5ee4168bd2977e302fd860424d1.tar.gz
profile-2e3abda29665e5ee4168bd2977e302fd860424d1.tar.bz2
Do not run xwicd on xsessionrc
Diffstat (limited to 'xsessionrc.dot.link')
-rwxr-xr-xxsessionrc.dot.link10
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