consistency & wofi change

This commit is contained in:
NotAShelf 2022-10-20 18:48:30 +03:00
parent 873df86a42
commit 9d57b454de
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -1,4 +1,3 @@
# Binds
## Table of Contents ## Table of Contents
@ -101,7 +100,7 @@ bind=SUPER,mouse_down,workspace,e-1
Useful for binding e.g. the lid close/open event: Useful for binding e.g. the lid close/open event:
``` ```ini
bindl=,switch:[switch name],exec,swaylock bindl=,switch:[switch name],exec,swaylock
``` ```
@ -134,13 +133,13 @@ Example Usage:
```ini ```ini
# Example volume button that allows press and hold # Example volume button that allows press and hold
binde=,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
# Example volume button that will activate even while the input inhibitor is active # Example volume button that will activate even while the input inhibitor is active
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# Kill wofi when left super key is released # Start wofi on hold and kill it on release
bindr=, SUPER, SUPER_L, exec, pkill wofi bindr=, SUPER, SUPER_L, exec, pkill wofi || wofi
# See Mouse Binds section for bindm usage # See Mouse Binds section for bindm usage
``` ```