diff options
Diffstat (limited to 'desktop/qtile/xinitrc.qtile')
-rw-r--r-- | desktop/qtile/xinitrc.qtile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/qtile/xinitrc.qtile b/desktop/qtile/xinitrc.qtile index a2c7cde278ae..b23bc7c340f8 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 |