summaryrefslogtreecommitdiff
path: root/.xprofile
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 /.xprofile
parent23fa7e2c44ddbb9124728fa8e5ab885889b1e59a (diff)
Changed xprofile
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index de0b9e4..f178ec3 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,6 +1,7 @@
#!/bin/sh
if [ "$DISPLAY_SESSION" != "openbox" ] && \
+ [ "$DISPLAY_SESSION" != "xmonad" ] && \
[ "$DISPLAY_SESSION" != "dwm" ]; then
exit 0
fi