summaryrefslogtreecommitdiff
path: root/.config/rc/runlevels/gui/wireplumber
diff options
context:
space:
mode:
authorRose <rose@pinkro.se>2025-08-25 18:20:35 +0200
committerRose <rose@pinkro.se>2025-08-25 18:20:35 +0200
commitcee9eb00e06e992250a55f8278c26d4448316da1 (patch)
tree5114db9a2013e1e50fea02b76e2f9bb5c8b0a13a /.config/rc/runlevels/gui/wireplumber
downloaddotfiles-cee9eb00e06e992250a55f8278c26d4448316da1.tar.gz
dotfiles-cee9eb00e06e992250a55f8278c26d4448316da1.tar.bz2
Initial commit
Diffstat (limited to '.config/rc/runlevels/gui/wireplumber')
-rwxr-xr-x.config/rc/runlevels/gui/wireplumber11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/rc/runlevels/gui/wireplumber b/.config/rc/runlevels/gui/wireplumber
new file mode 100755
index 0000000..ea4c6f2
--- /dev/null
+++ b/.config/rc/runlevels/gui/wireplumber
@@ -0,0 +1,11 @@
+#!/sbin/openrc-run
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License, v2 or later
+
+depend() {
+ need pipewire dbus
+}
+
+DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
+supervisor=supervise-daemon
+command="/usr/bin/wireplumber"