From cb9b3f4e017dd202a0ac284639efd78fc07fbb1e Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:32 +0100 Subject: fix(mako-history): drop Alt-d; Enter copies+dismisses wofi's key_custom_N only stages an exit code; it does not actually exit on the keybind, so Alt-d alone did nothing visible. Drop the custom keybind entirely and let Enter copy+dismiss in one stroke. Esc cancels. Since dismissed entries are now hidden, walking the list with Enter is a workable replacement for the dropped "dismiss without copy" path. --- KEYBINDS.md | 80 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'KEYBINDS.md') diff --git a/KEYBINDS.md b/KEYBINDS.md index efd9b71..5e42365 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 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) | +| 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) | +| `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 -- cgit v1.3.1