From 2cd92521380bc25cdf40dda508498aa9a3029044 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 24 Oct 2020 10:44:04 +0400 Subject: Changed xprofile --- .xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index d93adeb..b67ef74 100644 --- a/.xinitrc +++ b/.xinitrc @@ -4,6 +4,8 @@ if [ "$DISPLAY_SESSION" = "dwm" ]; then session_line=dwm elif [ "$DISPLAY_SESSION" = "openbox" ]; then session_line=openbox-session +elif [ "$DISPLAY_SESSION" = "xmonad" ]; then + session_line=xmonad else echo "DISPLAY_SESSION not specified. Exiting..." exit 1 -- cgit v1.2.3