summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index b67ef74..af658dd 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -7,8 +7,9 @@ elif [ "$DISPLAY_SESSION" = "openbox" ]; then
elif [ "$DISPLAY_SESSION" = "xmonad" ]; then
session_line=xmonad
else
- echo "DISPLAY_SESSION not specified. Exiting..."
- exit 1
+ session_line="$DISPLAY_SESSION"
+ # echo "DISPLAY_SESSION not specified. Exiting..."
+ # exit 1
fi
[ -f /etc/xprofile ] && . /etc/xprofile