diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-08 02:37:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-08 02:39:55 +0900 |
| commit | 104eeecf650ba52e155ff63a4d4456a6391e961f (patch) | |
| tree | 9aaee654702dd22812dee4783f200e5e1552ccb4 /dist | |
| parent | bf856f06e5dc864a1e3714fc8f1fd15ddb433ee7 (diff) | |
cmd/hakurei: add pipewire flag
This is for "run" command, formerly permissive defaults behaviour.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/comp/_hakurei | 3 |
1 files changed, 2 insertions, 1 deletions
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]' \ |
