desktop/qtile: Fix xinitrc.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-07-21 21:52:39 -07:00 committed by Willy Sudiarto Raharjo
parent 67d4ca5b75
commit de64d28e52
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=qtile
VERSION=${VERSION:-0.21.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -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