summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2020-10-24 10:44:04 +0400
committerAndrew Guschin <saintruler@gmail.com>2020-10-24 10:44:04 +0400
commit2cd92521380bc25cdf40dda508498aa9a3029044 (patch)
tree36e1e35a9771849bc5d2acb46ebfd0c0f7446103 /.xinitrc
parent23fa7e2c44ddbb9124728fa8e5ab885889b1e59a (diff)
Changed xprofile
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