kill daemon
This commit is contained in:
parent
ff96557954
commit
dcc276c17c
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# variables
|
||||
GITHUB_REPO=swaywm/sway
|
||||
VERSION=${VERSION:-"latest"}
|
||||
BUILD=11
|
||||
BUILD=12
|
||||
|
||||
TAG=gwh
|
||||
OUTPUT=/tmp
|
||||
|
@ -225,6 +225,8 @@ chmod 0700 \$XDG_RUNTIME_DIR
|
|||
# avoid wlr error
|
||||
unset DISPLAY
|
||||
|
||||
killall daemon
|
||||
|
||||
exec dbus-run-session /usr/bin/sway
|
||||
#dbus-launch --sh-syntax --exit-with-session /usr/bin/sway
|
||||
#exec /usr/bin/sway
|
||||
|
|
Loading…
Reference in a new issue