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