fixup! Binds: Fix bindr example

This commit is contained in:
Antonino Scordino 2022-10-21 00:14:56 +02:00
parent 93bfc4c486
commit 463df7d253
No known key found for this signature in database
GPG key ID: F20FDE4C896FC2CB

View file

@ -138,7 +138,7 @@ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# Start wofi on hold and kill it on release # Start wofi on hold and kill it on release
bindr=, SUPER, SUPER_L, exec, pkill wofi || wofi bindr=SUPER,SUPER_L,exec,pkill wofi || wofi
# See Mouse Binds section for bindm usage # See Mouse Binds section for bindm usage
``` ```