From 2e89405bf28fd9ce7d0f4c5aed4514380cf29d3f Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 21 Jul 2024 16:47:38 +0200 Subject: [PATCH] fixup mod-only binds with aq --- pages/Configuring/Binds.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/Configuring/Binds.md b/pages/Configuring/Binds.md index a9e9845..1aa67b3 100644 --- a/pages/Configuring/Binds.md +++ b/pages/Configuring/Binds.md @@ -80,13 +80,15 @@ will bind it to SUPER + LMB. ### Only modkeys -For binding only modkeys, you need to use the TARGET modmask (with the +For binding only modkeys, you need to use the SOURCE modmask (without the activating mod) and the `r` flag, e.g.: ```ini -bindr=SUPERALT,Alt_L,exec,amongus +bindr=SUPER,Alt_L,exec,amongus ``` +Will bind `exec amongus` to SUPER + ALT + ### Keysym combos For an arbitrary combination of multiple keys, separate keysyms with `&` between @@ -200,7 +202,7 @@ binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Start wofi opens wofi on first press, closes it on second -bindr=SUPER, SUPER_L, exec, pkill wofi || wofi +bindr=, SUPER_L, exec, pkill wofi || wofi # Describe a bind bindd=SUPER,Q,Open my favourite terminal,exec,kitty