mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-02-17 02:22:07 +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
|
```ini
|
||||||
bindl=
|
bindl=
|
||||||
bindr=
|
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
|
## Mouse Binds
|
||||||
|
|
Loading…
Add table
Reference in a new issue