diff options
| author | Andrew <saintruler@gmail.com> | 2020-10-26 18:02:47 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-10-26 18:02:47 +0400 |
| commit | 7ae37e95e0fb89343c90f933989ef5f8fc9c37a5 (patch) | |
| tree | b7fddd3aa148339716a31e9dce6c1e5eb5933c01 /.xinitrc | |
| parent | 2cd92521380bc25cdf40dda508498aa9a3029044 (diff) | |
Changed transadd script and .xinitrc
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |