#!/usr/bin/openrc-run depend() { need graphical-session need audio-session } start_pre() { pkill -xf "/usr/libexec/xdg-desktop-portal" } supervisor=supervise-daemon command="/usr/libexec/xdg-desktop-portal-wlr"