mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
add example volume button via binde
This commit is contained in:
parent
eaf7433b99
commit
a0138fcd25
1 changed files with 5 additions and 2 deletions
|
@ -137,8 +137,11 @@ Example Usage:
|
|||
```ini
|
||||
bindl=
|
||||
bindr=
|
||||
binde=
|
||||
# See below for bindm
|
||||
|
||||
# Example volume button that allows press and hold
|
||||
binde=,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
||||
# See Mouse Binds section for bindm usage
|
||||
```
|
||||
|
||||
## Mouse Binds
|
||||
|
|
Loading…
Reference in a new issue