kill daemon

This commit is contained in:
Gwenhael Le Moine 2023-09-21 16:17:00 +02:00
parent ff96557954
commit dcc276c17c
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -3,7 +3,7 @@
# variables # variables
GITHUB_REPO=swaywm/sway GITHUB_REPO=swaywm/sway
VERSION=${VERSION:-"latest"} VERSION=${VERSION:-"latest"}
BUILD=11 BUILD=12
TAG=gwh TAG=gwh
OUTPUT=/tmp OUTPUT=/tmp
@ -225,6 +225,8 @@ chmod 0700 \$XDG_RUNTIME_DIR
# avoid wlr error # avoid wlr error
unset DISPLAY unset DISPLAY
killall daemon
exec dbus-run-session /usr/bin/sway exec dbus-run-session /usr/bin/sway
#dbus-launch --sh-syntax --exit-with-session /usr/bin/sway #dbus-launch --sh-syntax --exit-with-session /usr/bin/sway
#exec /usr/bin/sway #exec /usr/bin/sway