diff options
Diffstat (limited to '.config/rc/runlevels/gui/wireplumber')
-rwxr-xr-x | .config/rc/runlevels/gui/wireplumber | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/rc/runlevels/gui/wireplumber b/.config/rc/runlevels/gui/wireplumber deleted file mode 100755 index ea4c6f2..0000000 --- a/.config/rc/runlevels/gui/wireplumber +++ /dev/null @@ -1,11 +0,0 @@ -#!/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" |