aboutsummaryrefslogtreecommitdiff
path: root/xsessionrc.dot.link
diff options
context:
space:
mode:
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