13 lines
220 B
Text
Executable file
13 lines
220 B
Text
Executable file
#!/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"
|