From a5d1c7c2e5974060a0f5d4a710cd850be6d97cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Mon, 28 Apr 2025 22:48:33 +0200 Subject: [PATCH] Add pipewire autostart commands --- .config/hypr/scripts/autostart/services | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/hypr/scripts/autostart/services b/.config/hypr/scripts/autostart/services index 74340ee5..62dfccae 100755 --- a/.config/hypr/scripts/autostart/services +++ b/.config/hypr/scripts/autostart/services @@ -42,3 +42,8 @@ libinput-gestures & # Screen sharing and portals "$HOME"/.config/hypr/scripts/portal & # xwaylandvideobridge & # Off when using Vesktop instead of Discord + +# Audio +pipewire & +wireplumber & +pipewire-pulse &