From 463df7d253d3fa21757206cd394b4c0e1f60bf0a Mon Sep 17 00:00:00 2001 From: Antonino Scordino Date: Fri, 21 Oct 2022 00:14:56 +0200 Subject: [PATCH] fixup! Binds: Fix `bindr` example --- 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 e4c3159..f21dd4b 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -138,7 +138,7 @@ binde=, XF86AudioRaiseVolume, 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 -bindr=, SUPER, SUPER_L, exec, pkill wofi || wofi +bindr=SUPER,SUPER_L,exec,pkill wofi || wofi # See Mouse Binds section for bindm usage ```