mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
[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
|
||||
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
|
||||
chmod +x "$PKG$PREFIX/bin/start_sway.sh"
|
||||
|
||||
|
|
Loading…
Reference in a new issue