mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
config: migrate from amixer to pactl
This commit is contained in:
parent
7be58fbaba
commit
7b63ab0165
4 changed files with 10 additions and 10 deletions
|
|
@ -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%-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue