dotconfig/rc: fixed xdg-desktop-portal-wlr

This commit is contained in:
Luc Bijl 2026-08-05 11:03:18 +02:00
parent a776fdb2e1
commit 91eed74092
2 changed files with 5 additions and 1 deletions

View file

@ -5,5 +5,9 @@ depend() {
need audio-session
}
start_pre() {
pkill -xf "/usr/libexec/xdg-desktop-portal"
}
supervisor=supervise-daemon
command="/usr/libexec/xdg-desktop-portal-wlr"

View file

@ -1 +1 @@
rc_env_allow="WAYLAND_DISPLAY"
rc_env_allow="WAYLAND_DISPLAY DISPLAY QT_QPA_PLATFORM XDG_CURRENT_DESKTOP"