From 104eeecf650ba52e155ff63a4d4456a6391e961f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 8 Dec 2025 02:37:13 +0900 Subject: cmd/hakurei: add pipewire flag This is for "run" command, formerly permissive defaults behaviour. Signed-off-by: Ophestra --- dist/comp/_hakurei | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dist/comp') diff --git a/dist/comp/_hakurei b/dist/comp/_hakurei index d1c7d4f2..8230ba4c 100644 --- a/dist/comp/_hakurei +++ b/dist/comp/_hakurei @@ -17,7 +17,8 @@ _hakurei_run() { '--wayland[Enable connection to Wayland via security-context-v1]' \ '-X[Enable direct connection to X11]' \ '--dbus[Enable proxied connection to D-Bus]' \ - '--pulse[Enable direct connection to PulseAudio]' \ + '--pipewire[Enable connection to PipeWire via SecurityContext]' \ + '--pulse[Enable PulseAudio compatibility daemon]' \ '--dbus-config[Path to session bus proxy config file]: :_files -g "*.json"' \ '--dbus-system[Path to system bus proxy config file]: :_files -g "*.json"' \ '--mpris[Allow owning MPRIS D-Bus path]' \ -- cgit v1.3.1