summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index da34fa7..cc07d5e 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -9,4 +9,4 @@ export DESKTOP_SESSION="xmonad"
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
-exec "$session_line"
+exec "$DESKTOP_SESSION"