feat: change volume step is now 5
This commit is contained in:
parent
b64eb3c82d
commit
8917a73e9d
3 changed files with 7 additions and 7 deletions
|
@ -54,8 +54,8 @@
|
|||
"default": ["", "", ""],
|
||||
},
|
||||
"on-click": "pavucontrol",
|
||||
"on-scroll-up": "set-vol +2",
|
||||
"on-scroll-down": "set-vol -2",
|
||||
"on-scroll-up": "set-vol +5",
|
||||
"on-scroll-down": "set-vol -5",
|
||||
"smooth-scrolling-threshold": 1,
|
||||
},
|
||||
"temperature": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue