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,
|
||||
"format-muted": " Muted",
|
||||
"on-click": "pamixer -t",
|
||||
"on-scroll-up": "pamixer -d 1",
|
||||
"on-scroll-down": "pamixer -i 1",
|
||||
"on-scroll-up": "pamixer -i 1",
|
||||
"on-scroll-down": "pamixer -d 1",
|
||||
"scroll-step": 5,
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
@@ -143,4 +143,4 @@
|
||||
"format-alt": "<span foreground='#99ffdd'> {bandwidthDownBytes}</span> <span foreground='#ffcc66'> {bandwidthUpBytes}</span>",
|
||||
"interval": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user