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:
NotAShelf 2022-10-19 23:21:55 +03:00 committed by GitHub
parent dc1f1a2c38
commit bb44b48bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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
```