Switch from dbus-launch to dbus-run-session.

This commit is contained in:
Tom Alexander 2023-07-18 15:40:01 -04:00
parent 808b087a82
commit 67d8dc3f5c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -14,4 +14,4 @@ export MOZ_ENABLE_WAYLAND=1
# Wayland seems enabled by default for qt5 with qt5-wayland installed but if a proprietary program bundles their own qt then I may have to set QT_QPA_PLATFORM="wayland;xcb"
# Wayland does not seem enabled for gtk apps and setting GDK_BACKEND=wayland did not change that.
exec ck-launch-session dbus-launch sway -d &> $HOME/.config/swaylog
exec ck-launch-session dbus-run-session sway -d &> $HOME/.config/swaylog