From b25e8a5fe8acc01b8151e3bc9f53efd8e85986fb Mon Sep 17 00:00:00 2001 From: vaxerski Date: Fri, 16 Aug 2024 18:21:22 +0200 Subject: [PATCH] fix invalid bind fixes #752 --- pages/Configuring/Binds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index 8fcb42a..972cecf 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -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%- # 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 bindd = SUPER, Q, Open my favourite terminal, exec, kitty