CLI Commands
On Linux, Sink Switch is primarily used through the terminal or mapped to hotkeys using these flags.
Core Flags
--next
Switches to the next available audio output device in the cycle. This is the default action if no flags are provided.
sink-switch --next
--previous
Switches to the previous audio output device in the cycle.
sink-switch --previous
--gui
Launches the modern GTK4 / Libadwaita dashboard for visual configuration and switching.
sink-switch --gui
Advanced Options
| Flag | Description |
|---|---|
--no-notify |
Suppress desktop notifications. |
--list |
Lists all currently available audio sinks. |
--set [NAME] |
Directly switch to a specific sink by its full name. |
--current |
Display the name of the current default sink. |