summaryrefslogtreecommitdiffstats
path: root/desktop/qtile/xinitrc.qtile
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/qtile/xinitrc.qtile')
-rw-r--r--desktop/qtile/xinitrc.qtile4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/qtile/xinitrc.qtile b/desktop/qtile/xinitrc.qtile
index a2c7cde278..b23bc7c340 100644
--- a/desktop/qtile/xinitrc.qtile
+++ b/desktop/qtile/xinitrc.qtile
@@ -24,7 +24,7 @@ fi
# Start qtile
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- exec ck-launch-session qtile
+ exec ck-launch-session dbus-launch --exit-with-session qtile start
else
- exec qtile
+ exec dbus-launch --exit-with-session qtile start
fi