mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 15:01:59 +01:00
added pipewire start if void
This commit is contained in:
parent
cd059fb149
commit
6c37e3a294
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user