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/ +```