From 6c37e3a294381a163aecfba5ad2ea1860a38a8e6 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 10 May 2021 15:44:31 +0200 Subject: [PATCH] added pipewire start if void --- roles/sway/templates/config.j2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index edf8c6e..baca9a3 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -222,3 +222,9 @@ exec_always ~/.config/sway/import-gsettings # mako exec mako + +# pipewire +{% if ansible_os_family is 'void' %} +exec pipewire +exec pipewire-pulse +{% endif %}