feat(river): add keybind for audio mute
This commit is contained in:
parent
cad736ba57
commit
0ca0c28cbd
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ in
|
|||
# audio volume control
|
||||
"None XF86AudioLowerVolume" = "spawn 'wpctl set-volume @DEFAULT_SINK@ 1%-'";
|
||||
"None XF86AudioRaiseVolume" = "spawn 'wpctl set-volume @DEFAULT_SINK@ 1%+'";
|
||||
"None XF86AudioMute" = "spawn 'wpctl set-mute @DEFAULT_SINK@ toggle'";
|
||||
};
|
||||
};
|
||||
map-pointer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue