RsMixer

RsMixer is a PulseAudio volume mixer written in rust
Features
- monitors displaying current volume
- applications using outputs displayed in a nested tree structure for easier viewing
- changing card settings
- all the basic stuff you expect a volume mixer to do
Installation
You can install RsMixer through cargo:
cargo install rsmixer
or by manually building it:
git clone https://github.com/jantap/rsmixer.git
cargo install --path ./rsmixer
Usage
All keybindings are configurable through ~/.config/rsmixer/rsmixer.toml
Default keybindings:
- j,k - move between entries
- h, l, H, L - change volume
- 1, 2, 3 - open outputs, inputs, and cards respectively
- enter - open context menu
License
MIT