config: migrate from amixer to pactl

This commit is contained in:
daniel 2026-04-01 06:49:47 -03:00
parent 7be58fbaba
commit 7b63ab0165
4 changed files with 10 additions and 10 deletions

View file

@ -217,9 +217,9 @@ If you have not created an rc.xml config file, default bindings will be:
| `super`-`mouse-right` | resize window
| `super`-`arrow` | resize window to fill half the output
| `alt`-`space` | show the window menu
| `XF86_AudioLowerVolume` | amixer sset Master 5%-
| `XF86_AudioRaiseVolume` | amixer sset Master 5%+
| `XF86_AudioMute` | amixer sset Master toggle
| `XF86_AudioLowerVolume` | pactl set-sink-volume @DEFAULT_SINK@ -5%
| `XF86_AudioRaiseVolume` | pactl set-sink-volume @DEFAULT_SINK@ +5%
| `XF86_AudioMute` | pactl set-sink-mute @DEFAULT_SINK@ toggle
| `XF86_MonBrightnessUp` | brightnessctl set +10%
| `XF86_MonBrightnessDown` | brightnessctl set 10%-