fix invalid bind

fixes #752
This commit is contained in:
Vaxry 2024-08-16 18:21:22 +02:00
parent ab3e1ad046
commit b25e8a5fe8
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ binde = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SIN
bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
# Start wofi opens wofi on first press, closes it on second # Start wofi opens wofi on first press, closes it on second
bindr = , SUPER_L, exec, pkill wofi || wofi bindr = SUPER, SUPER_L, exec, pkill wofi || wofi
# Describe a bind # Describe a bind
bindd = SUPER, Q, Open my favourite terminal, exec, kitty bindd = SUPER, Q, Open my favourite terminal, exec, kitty