aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/KEYBINDS.md
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:32 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:32 +0100
commit5e8df71b02e7cd0d663556cfde60ab8dc8e26f4b (patch)
tree4b34ded19fe7880ab482c5c51bba87f80955f229 /KEYBINDS.md
parent7122e2fced4ed8879442c08b9e97752c4b250f7c (diff)
downloaddotfiles-5e8df71b02e7cd0d663556cfde60ab8dc8e26f4b.tar.gz
dotfiles-5e8df71b02e7cd0d663556cfde60ab8dc8e26f4b.tar.bz2
dotfiles-5e8df71b02e7cd0d663556cfde60ab8dc8e26f4b.zip
feat(mako-history): hide dismissed entries; consolidate keybinds
Two behaviour changes: - Hide entries that were previously dismissed via the picker (the state file now acts as a hide-list, not a marker). The list shrinks as you process it; no more grey ' ' rows clogging the view. - Drop the secondary Alt-c custom key. wofi's '--define key_custom_N' appears unreliable past N=0, so Alt-c and Alt-d both silently failed. Reduce to a single custom slot (Alt-d) and remap actions: Enter -> copy + dismiss (was: re-emit + mark seen) Alt-d -> dismiss without copy Re-emit was rarely useful given mako already shows the bubble on arrival; copying is the common need. KEYBINDS.md updated to reflect the new action set.
Diffstat (limited to 'KEYBINDS.md')
-rw-r--r--KEYBINDS.md80
1 files changed, 40 insertions, 40 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md
index 59a5db3..efd9b71 100644
--- a/KEYBINDS.md
+++ b/KEYBINDS.md
@@ -304,46 +304,46 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed.
### Personal keybinds (sway/config)
-| Key | Action |
-| ----------------------- | ----------------------------------------------------------------------------------------- |
-| `XF86AudioRaiseVolume` | Volume +5% |
-| `XF86AudioLowerVolume` | Volume -5% |
-| `XF86AudioMute` | Mute toggle |
-| `Super+m` | Mic mute toggle |
-| `Super+Shift+m` | Speaker mute toggle |
-| `XF86AudioPlay` | Play/pause |
-| `XF86AudioNext` | Next track |
-| `XF86AudioPrev` | Previous track |
-| `XF86MonBrightnessUp` | Brightness +5% (brightnessctl) |
-| `XF86MonBrightnessDown` | Brightness -5% (brightnessctl) |
-| `XF86AudioMicMute` | Mic mute toggle |
-| `XF86Bluetooth` | Bluetooth power toggle (bluetoothctl) |
-| `XF86ScreenSaver` | Lock screen + pause media (same as Super+Shift+s) |
-| `XF86Sleep` | Suspend system (systemctl suspend) |
-| `XF86WLAN` | Toggle Wi-Fi (rfkill) |
-| `XF86RFKill` | Toggle all radios (rfkill) |
-| `Print` | Region screenshot (grim+slurp) |
-| `Shift+Print` | Full screenshot (grim) |
-| `Super+i` | Dictate toggle (whisper.cpp → wtype + clipboard) |
-| `Super+Shift+o` | OCR region (tesseract → clipboard) |
-| `Super+Shift+s` | Lock screen + pause media |
-| `Super+n` | Dismiss visible notification (also marks it seen) |
-| `Super+Shift+n` | Dismiss all visible notifications (mark all seen) |
-| `Super+Ctrl+n` | Restore last dismissed; pop it back into the pending set |
-| `XF86Favorites` | Notification history picker (Enter re-shows + marks seen, Alt-c copies, Alt-d marks seen) |
-| `Super+p` | Clipboard history picker (wofi; Enter pastes, Alt-d deletes) |
-| `Super+Shift+p` | Clipboard history delete entry (Enter deletes) |
-| `Super+period` | Emoji picker (bemoji → wofi; types + copies) |
-| `Super+Tab` | Next workspace |
-| `Super+Shift+Tab` | Previous workspace |
-| `Super+]` | Focus next window in container (monocle cycling) |
-| `Super+[` | Focus prev window in container (monocle cycling) |
-| `XF86Display` | Toggle display mode (laptop-off/side-by-side) |
-| `XF86Tools` | Floating pulsemixer (audio mixer TUI) |
-| `XF86Keyboard` | Floating glow pager for `~/dotfiles/KEYBINDS.md` |
-| `Super+z` then `w` | Display QR for clipboard (wqr) |
-| `Super+z` then `r` | Scan QR via webcam, copy to clipboard (rqr) |
-| `Super+t` | Toggle Thunderbird (tiled on current workspace) |
+| Key | Action |
+| ----------------------- | ----------------------------------------------------------------------- |
+| `XF86AudioRaiseVolume` | Volume +5% |
+| `XF86AudioLowerVolume` | Volume -5% |
+| `XF86AudioMute` | Mute toggle |
+| `Super+m` | Mic mute toggle |
+| `Super+Shift+m` | Speaker mute toggle |
+| `XF86AudioPlay` | Play/pause |
+| `XF86AudioNext` | Next track |
+| `XF86AudioPrev` | Previous track |
+| `XF86MonBrightnessUp` | Brightness +5% (brightnessctl) |
+| `XF86MonBrightnessDown` | Brightness -5% (brightnessctl) |
+| `XF86AudioMicMute` | Mic mute toggle |
+| `XF86Bluetooth` | Bluetooth power toggle (bluetoothctl) |
+| `XF86ScreenSaver` | Lock screen + pause media (same as Super+Shift+s) |
+| `XF86Sleep` | Suspend system (systemctl suspend) |
+| `XF86WLAN` | Toggle Wi-Fi (rfkill) |
+| `XF86RFKill` | Toggle all radios (rfkill) |
+| `Print` | Region screenshot (grim+slurp) |
+| `Shift+Print` | Full screenshot (grim) |
+| `Super+i` | Dictate toggle (whisper.cpp → wtype + clipboard) |
+| `Super+Shift+o` | OCR region (tesseract → clipboard) |
+| `Super+Shift+s` | Lock screen + pause media |
+| `Super+n` | Dismiss visible notification (also marks it seen) |
+| `Super+Shift+n` | Dismiss all visible notifications (mark all seen) |
+| `Super+Ctrl+n` | Restore last dismissed; pop it back into the pending set |
+| `XF86Favorites` | Notification history picker (Enter copies + dismisses, Alt-d dismisses) |
+| `Super+p` | Clipboard history picker (wofi; Enter pastes, Alt-d deletes) |
+| `Super+Shift+p` | Clipboard history delete entry (Enter deletes) |
+| `Super+period` | Emoji picker (bemoji → wofi; types + copies) |
+| `Super+Tab` | Next workspace |
+| `Super+Shift+Tab` | Previous workspace |
+| `Super+]` | Focus next window in container (monocle cycling) |
+| `Super+[` | Focus prev window in container (monocle cycling) |
+| `XF86Display` | Toggle display mode (laptop-off/side-by-side) |
+| `XF86Tools` | Floating pulsemixer (audio mixer TUI) |
+| `XF86Keyboard` | Floating glow pager for `~/dotfiles/KEYBINDS.md` |
+| `Super+z` then `w` | Display QR for clipboard (wqr) |
+| `Super+z` then `r` | Scan QR via webcam, copy to clipboard (rqr) |
+| `Super+t` | Toggle Thunderbird (tiled on current workspace) |
## Typing / Input