river: add audio volume keybinds
no mute/unmute keybind right now
This commit is contained in:
parent
6ec6ca1061
commit
8e2d85646d
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ in
|
|||
# screen backlight brightness control
|
||||
"None XF86MonBrightnessDown" = "spawn 'brightnessctl set 1%-'";
|
||||
"None XF86MonBrightnessUp" = "spawn 'brightnessctl set 1%+'";
|
||||
# audio volume control
|
||||
"None XF86AudioLowerVolume" = "spawn 'wpctl set-volume @DEFAULT_SINK@ 1%-'";
|
||||
"None XF86AudioRaiseVolume" = "spawn 'wpctl set-volume @DEFAULT_SINK@ 1%+'";
|
||||
};
|
||||
};
|
||||
map-pointer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue