From 7ae37e95e0fb89343c90f933989ef5f8fc9c37a5 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 26 Oct 2020 18:02:47 +0400 Subject: Changed transadd script and .xinitrc --- .xinitrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.xinitrc') 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 -- cgit v1.2.3