Update config.jsonc
Swapped scroll-up and scroll-down for pulseaudio, scrolling up now increases the volume, scrolling down decreases.
This commit is contained in:
@@ -84,8 +84,8 @@
|
|||||||
"tooltip": false,
|
"tooltip": false,
|
||||||
"format-muted": " Muted",
|
"format-muted": " Muted",
|
||||||
"on-click": "pamixer -t",
|
"on-click": "pamixer -t",
|
||||||
"on-scroll-up": "pamixer -d 1",
|
"on-scroll-up": "pamixer -i 1",
|
||||||
"on-scroll-down": "pamixer -i 1",
|
"on-scroll-down": "pamixer -d 1",
|
||||||
"scroll-step": 5,
|
"scroll-step": 5,
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"headphone": "",
|
"headphone": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user