diff options
| author | 2026-05-13 13:43:20 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:20 +0100 | |
| commit | 6cb90800c7fd94712f2dd7860863813de3f0ae30 (patch) | |
| tree | c8f50acab1847a25042642d4fbfb4e32351a04bc /KEYBINDS.md | |
| parent | a0d3c865628ac6bcaeba43261fb874e5b07fd424 (diff) | |
| download | dotfiles-6cb90800c7fd94712f2dd7860863813de3f0ae30.tar.gz dotfiles-6cb90800c7fd94712f2dd7860863813de3f0ae30.tar.bz2 dotfiles-6cb90800c7fd94712f2dd7860863813de3f0ae30.zip | |
fix(sway): use read-only fuzzel history viewer for Super+Alt+n
makoctl menu only acts on currently-visible notifications, not history
(mako has no API to re-invoke arbitrary history entries). Replace with
a small script that pipes 'makoctl history' through jq and fuzzel, then
copies the selected entry to the clipboard for reference.
Diffstat (limited to 'KEYBINDS.md')
| -rw-r--r-- | KEYBINDS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md index cddf41b..4577a17 100644 --- a/KEYBINDS.md +++ b/KEYBINDS.md @@ -326,7 +326,7 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed. | `Super+n` | Dismiss notification | | `Super+Shift+n` | Dismiss all notifications | | `Super+Ctrl+n` | Restore last dismissed notification | -| `Super+Alt+n` | Notification history picker (mako + fuzzel) | +| `Super+Alt+n` | Notification history picker (copy to clipboard) | | `Super+p` | Clipboard history picker (cliphist + fuzzel) | | `Super+Shift+p` | Clipboard history delete entry | | `Super+Tab` | Next workspace | |
