summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc2
1 files changed, 2 insertions, 0 deletions
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