661 B
661 B
Media control in i3
Media control using i3 commands
- Create a mode "media" in i3 configuration
- Check pulseaudio is installed
- Check
pactl
is installed, which will be used as command line interface to turn music on/off - Check sink number, by
pactl list
, which will show SINK 0,1,2,etc. Find corret based on which hardware are you using
Media control using TUI
- Install
pulsemixer
- Use
pulsemixer
TUI to change volume, this program cannot do single channel change, it can only do change on both channel at once
Media control using GUI (Suggested in Ubuntu Distro)
- Install
pavucontrol
- Use
pavucontrol
to change volume