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:
parent
67d4ca5b75
commit
de64d28e52
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue