Audio Hotkeys on Linux Mint

I recently switched out the OS on my old 2011 Macbook Air with Linux Mint. It’s a distro I’ve used a few times in the past, but never set it as one of my main daily drivers until now.

Setting up all my go-to applications (Sublime, LocalWP, Riot, Evolu…


This content originally appeared on Ugly Duck and was authored by Bradley Taunt

I recently switched out the OS on my old 2011 Macbook Air with Linux Mint. It’s a distro I’ve used a few times in the past, but never set it as one of my main daily drivers until now.

Setting up all my go-to applications (Sublime, LocalWP, Riot, Evolution, etc) was a breeze. The only snag I ran into was properly setting up the volume shortcuts on my wireless Logitech MK235 keyboard. After looking a little too long on DDG & even Google, I finally found this forum thread with the solution.

For my own personal reference, I’m also going to include those code snippets here since you never know when you might need it again! And who knows, maybe this will help someone else stumbling around the internet.

// Volume Up
pactl set-sink-volume @DEFAULT_SINK@ +5%

// Volume Down
pactl set-sink-volume @DEFAULT_SINK@ -5%

// Toggle Mute
pactl set-sink-mute @DEFAULT_SINK@ toggle


This content originally appeared on Ugly Duck and was authored by Bradley Taunt


Print Share Comment Cite Upload Translate Updates
APA

Bradley Taunt | Sciencx (2020-07-14T14:56:16+00:00) Audio Hotkeys on Linux Mint. Retrieved from https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/

MLA
" » Audio Hotkeys on Linux Mint." Bradley Taunt | Sciencx - Tuesday July 14, 2020, https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/
HARVARD
Bradley Taunt | Sciencx Tuesday July 14, 2020 » Audio Hotkeys on Linux Mint., viewed ,<https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/>
VANCOUVER
Bradley Taunt | Sciencx - » Audio Hotkeys on Linux Mint. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/
CHICAGO
" » Audio Hotkeys on Linux Mint." Bradley Taunt | Sciencx - Accessed . https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/
IEEE
" » Audio Hotkeys on Linux Mint." Bradley Taunt | Sciencx [Online]. Available: https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/. [Accessed: ]
rf:citation
» Audio Hotkeys on Linux Mint | Bradley Taunt | Sciencx | https://www.scien.cx/2020/07/14/audio-hotkeys-on-linux-mint/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.