dotconfig/rc: fixed xdg-desktop-portal-wlr
This commit is contained in:
parent
a776fdb2e1
commit
91eed74092
2 changed files with 5 additions and 1 deletions
|
|
@ -5,5 +5,9 @@ depend() {
|
||||||
need audio-session
|
need audio-session
|
||||||
}
|
}
|
||||||
|
|
||||||
|
start_pre() {
|
||||||
|
pkill -xf "/usr/libexec/xdg-desktop-portal"
|
||||||
|
}
|
||||||
|
|
||||||
supervisor=supervise-daemon
|
supervisor=supervise-daemon
|
||||||
command="/usr/libexec/xdg-desktop-portal-wlr"
|
command="/usr/libexec/xdg-desktop-portal-wlr"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
rc_env_allow="WAYLAND_DISPLAY"
|
rc_env_allow="WAYLAND_DISPLAY DISPLAY QT_QPA_PLATFORM XDG_CURRENT_DESKTOP"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue