summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index cc07d5e..77b5d95 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -4,7 +4,7 @@
# Otherwise, display manager should set up this variable and
# source the xprofile.
-export DESKTOP_SESSION="xmonad"
+export DESKTOP_SESSION="dwm"
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile