mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
sideright: audio controls: lower precision scrolling for convenience
This commit is contained in:
parent
67b4b5d9e0
commit
f2943f766a
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ const AppVolume = (stream) => Box({
|
|||
},
|
||||
setup: (self) => self.hook(stream, (self) => {
|
||||
self.value = stream.volume;
|
||||
self.adjustment["step-increment"] = 0.1;
|
||||
})
|
||||
}),
|
||||
// Box({
|
||||
|
|
|
|||
Loading…
Reference in a new issue