config: migrate from amixer to pactl

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

View file

@ -292,13 +292,13 @@
<action name="ShowMenu" menu="client-menu" atCursor="no" />
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute" command="amixer sset Master 5%-" />
<action name="Execute" command="pactl set-sink-volume @DEFAULT_SINK@ -5%" />
</keybind>
<keybind key="XF86AudioRaiseVolume">
<action name="Execute" command="amixer sset Master 5%+" />
<action name="Execute" command="pactl set-sink-volume @DEFAULT_SINK@ +5%" />
</keybind>
<keybind key="XF86AudioMute">
<action name="Execute" command="amixer sset Master toggle" />
<action name="Execute" command="pactl set-sink-mute @DEFAULT_SINK@ toggle" />
</keybind>
<keybind key="XF86MonBrightnessUp">
<action name="Execute" command="brightnessctl set +10%" />