From 3465e5634eb54f7c84042da122b9306f7e43a83e Mon Sep 17 00:00:00 2001 From: mappu Date: Thu, 4 Oct 2018 19:50:10 +1300 Subject: [PATCH] readme: initial commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f268b3 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# pa-card-profile-tray + +Tray applet to change audio card profiles in PulseAudio. + +## Compile + +``` +qmake +make +``` + +## Run at system startup + +``` +cp pa-card-profile-tray.desktop ~/.config/autostart/ +```