mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 10:18:34 +02:00
volume: change step for volume
This commit is contained in:
parent
9b000caa1f
commit
654a65abb0
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@ local function change(what, how)
|
||||||
end
|
end
|
||||||
|
|
||||||
function increase(what)
|
function increase(what)
|
||||||
change(what, "5%+")
|
change(what, "2%+")
|
||||||
end
|
end
|
||||||
|
|
||||||
function decrease(what)
|
function decrease(what)
|
||||||
change(what, "5%-")
|
change(what, "2%-")
|
||||||
end
|
end
|
||||||
|
|
||||||
function toggle(what)
|
function toggle(what)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue