You are not logged in.


Hello !
I'm new in configuring the xfce desktop i have learned for example that this command can be launched (mapped to a keyboard shortcut) /usr/bin/xfce4-popup-clipman
I was wondering, is it possible to launch the PulseAudio Panel ? Many thanks in advanced !
Offline


Hello and welcome.
The pulseaudio panel doesn't have that option, however, you can mimic the functionality with xdotool. For example, the following command will move my mouse over the pulseaudio icon and simulate a click to bring up the menu:
xdotool mousemove 1900 10 click 1...you may have to adjust the X and Y coordinates (1900 and 10) to work on your system depending on where the icon is located.
You can then add that command to a keyboard shortcut to make it easier to execute.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline


Many thanks Admin ! sounds like good old macro tools, I found a way, please let me share this other option:
found that all available commands (maybe all maybe not) can be obtained with:
compgen -c >> allfedoracommands.txtthere is a command called "amixer" and this both can be used to increase the volume and decrease it if mapped with the included keyboard shortcut settings manager
amixer set Master 3%+amixer set Master 3%-Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 525.26 KiB (Peak: 526.23 KiB) ]