Skip to content
Snippets Groups Projects
Commit 87438dfc authored by David Trattnig's avatar David Trattnig
Browse files

feat(make): add pulse audio commands

parent 97ff5cf7
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,8 @@ help:: ...@@ -16,6 +16,8 @@ help::
$(call docker_help) $(call docker_help)
@echo " audio.pa.start - start pulseaudio server" @echo " audio.pa.start - start pulseaudio server"
@echo " audio.pa.stop - stop pulseaudio server" @echo " audio.pa.stop - stop pulseaudio server"
@echo " audio.pa.status - status of pulseaudio server"
@echo " audio.pa.ctrl - ui for pulseaudio server"
# Settings # Settings
...@@ -84,5 +86,8 @@ audio.pa.stop:: ...@@ -84,5 +86,8 @@ audio.pa.stop::
systemctl --user stop pulseaudio.socket systemctl --user stop pulseaudio.socket
systemctl --user stop pulseaudio.service systemctl --user stop pulseaudio.service
audio.pa.status: audio.pa.status::
pactl list pactl list
\ No newline at end of file
audio.pa.ctrl::
pavucontrol
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment