[sway] explicitely run /usr/bin/sway
This commit is contained in:
parent
dd20eadd60
commit
f068618c47
1 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,9 @@ chmod 0700 \$XDG_RUNTIME_DIR
|
||||||
# avoid wlr error
|
# avoid wlr error
|
||||||
unset DISPLAY
|
unset DISPLAY
|
||||||
|
|
||||||
exec dbus-run-session sway
|
exec dbus-run-session /usr/bin/sway
|
||||||
|
#dbus-launch --sh-syntax --exit-with-session /usr/bin/sway
|
||||||
|
#exec /usr/bin/sway
|
||||||
EOF
|
EOF
|
||||||
chmod +x "$PKG$PREFIX/bin/start_sway.sh"
|
chmod +x "$PKG$PREFIX/bin/start_sway.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue