From 604a795f9eda40cb1ba7cd63ab3e0d7db028962e Mon Sep 17 00:00:00 2001 From: Sascha Marcel Schmidt Date: Wed, 14 Feb 2018 12:09:11 +0100 Subject: [PATCH] fixes typo --- bumblebee/modules/pulseaudio.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bumblebee/modules/pulseaudio.py b/bumblebee/modules/pulseaudio.py index d74f4f6..3fbb23b 100644 --- a/bumblebee/modules/pulseaudio.py +++ b/bumblebee/modules/pulseaudio.py @@ -1,14 +1,17 @@ # pylint: disable=C0111,R0903 -"""Displays volume and mute status of PulseAudio devices. +"""Displays volume and mute status and controls for PulseAudio devices. Use wheel up and down to change volume, left click mutes, right click opens pavucontrol. -Aliases: pasink, pasource +Aliases: pasink (use this to control output instead of input), pasource Parameters: * pulseaudio.autostart: If set to "true" (default is "false"), automatically starts the pulseaudio daemon if it is not running Requires the following executable: + * pulseaudio * pactl + * pavucontrol + * pacmd """ import re