mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 13:05:59 +01:00
add examples for bindflags
While I did use fuffexan's dotfiles as reference, I'm not sure if the `bindr` one is elaborate enough. Might need to change it to something better understandable.
This commit is contained in:
parent
dc1f1a2c38
commit
bb44b48bb4
1 changed files with 6 additions and 5 deletions
|
@ -132,15 +132,16 @@ m -> mouse, see below
|
|||
|
||||
Example Usage:
|
||||
|
||||
// TODO: ADD EXAMPLES //
|
||||
|
||||
```ini
|
||||
bindl=
|
||||
bindr=
|
||||
|
||||
# Example volume button that allows press and hold
|
||||
binde=,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
||||
# Example volume button that will activate even while the input inhibitor is active
|
||||
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
|
||||
# Kill wofi when left super key is released
|
||||
bindr=, SUPER, SUPER_L, exec, pkill wofi
|
||||
|
||||
# See Mouse Binds section for bindm usage
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue