summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/xinitrc.dwm
diff options
context:
space:
mode:
author Dave Woodfall2019-10-24 20:55:10 +0200
committer Willy Sudiarto Raharjo2019-10-26 19:36:12 +0200
commit7b4d5973faf26925970bd22f27121491c09d88a5 (patch)
tree2dfe26e7749989368d91de74570784421ce0eccb /desktop/dwm/xinitrc.dwm
parentc1003e47857974d98daafc7c54573d3aaab6c187 (diff)
downloadslackbuilds-7b4d5973faf26925970bd22f27121491c09d88a5.tar.gz
desktop/dwm: Fix rofi theme. Add optional CK/dbus support.
Diffstat (limited to 'desktop/dwm/xinitrc.dwm')
-rw-r--r--desktop/dwm/xinitrc.dwm7
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop/dwm/xinitrc.dwm b/desktop/dwm/xinitrc.dwm
index 4cfa744f79..d6c0390c42 100644
--- a/desktop/dwm/xinitrc.dwm
+++ b/desktop/dwm/xinitrc.dwm
@@ -24,9 +24,4 @@ if [ -f $usermodmap ]; then
fi
# Start the window manager:
-if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- exec ck-launch-session /usr/bin/dwm
-else
- exec /usr/bin/dwm
-fi
-
+exec /usr/bin/dwm