Change volume adjustment key bindings

Use the much more obvious ones.
This commit is contained in:
2023-05-30 15:15:20 +02:00
parent 14dba91dd1
commit f05be01fba
3 changed files with 6 additions and 4 deletions

View File

@@ -117,8 +117,8 @@ as in the snippet above. To replace the default volume control bindings, use:
....
normal = {
"M-PageUp" = "pulse-volume-up"
"M-PageDown" = "pulse-volume-down"
"+" = "pulse-volume-up"
"-" = "pulse-volume-down"
}
....