mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 04:55:58 +01:00
Add volume limit to keybinds (#166)
This commit is contained in:
parent
03fabe90bf
commit
291358722d
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ m -> mouse, see below
|
||||||
Example Usage:
|
Example Usage:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
# Example volume button that allows press and hold
|
# Example volume button that allows press and hold, volume limited to 150%
|
||||||
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
|
|
||||||
# Example volume button that will activate even while an input inhibitor is active
|
# Example volume button that will activate even while an input inhibitor is active
|
||||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
|
|
Loading…
Reference in a new issue