-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pamixer


> A simple command-line mixer for PulseAudio.

More information.


List all sinks and sources with their corresponding IDs:

pamixer --list-sinks --list-sources

Set the volume to 75% on the default sink:

pamixer --set-volume {75}

Toggle mute on a sink other than the default:

pamixer --toggle-mute --sink {ID}

Increase the volume on default sink by 5%:

pamixer --increase {5}

Decrease the volume on a source by 5%:

pamixer --decrease {5} --source {ID}

Use the allow boost option to increase, decrease, or set the volume above 100%:

pamixer --set-volume {105} --allow-boost

Mute the default sink (use `--unmute` instead to unmute):

pamixer --mute


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:05:53 2024