diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-27 03:58:26 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-27 03:58:26 -0500 |
commit | 102e63624349580ce2f15d35d18628b79807aa1d (patch) | |
tree | 65d3a45cb342ca9fd4c303bb0c19dae8435d3087 /.config/sxhkd | |
parent | 66f3625a5d683072a1e159b8500bbee2ffca8845 (diff) |
Set increment to 5 percent for volume
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e2ffe43..5d7d0c5 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -198,7 +198,7 @@ shift + XF86AudioMedia killall bluetuith || dropdowntoggle bluetooth bluetuith ## Increase/decrease Volume {XF86AudioRaiseVolume, XF86AudioLowerVolume} - volumectl 1 {+,-} + volumectl 5 {+,-} ## Max-Out Volume shift + XF86AudioRaiseVolume volumectl 100 |