Forrest logo
back to context overview

pamixer

List of commands for pamixer:

  • pamixer:tldr:1a502 pamixer: Increase the volume on default sink by 5%.
    $ pamixer --increase ${5}
    try on your machine
    explain this command
  • pamixer:tldr:32fd8 pamixer: List all sinks and sources with their corresponding IDs.
    $ pamixer --list-sinks --list-sources
    try on your machine
    explain this command
  • pamixer:tldr:3fc86 pamixer: Set the volume to 75% on the default sink.
    $ pamixer --set-volume ${75}
    try on your machine
    explain this command
  • pamixer:tldr:843b6 pamixer: Toggle mute on a sink other than the default.
    $ pamixer --toggle-mute --sink ${ID}
    try on your machine
    explain this command
  • pamixer:tldr:89719 pamixer: Mute the default sink (use `--unmute` instead to unmute).
    $ pamixer --mute
    try on your machine
    explain this command
  • pamixer:tldr:e0a68 pamixer: Use the allow boost option to increase, decrease, or set the volume above 100%.
    $ pamixer --set-volume ${105} --allow-boost
    try on your machine
    explain this command
  • pamixer:tldr:e7fd7 pamixer: Decrease the volume on a source by 5%.
    $ pamixer --decrease ${5} --source ${ID}
    try on your machine
    explain this command
back to context overview