From 6cb90800c7fd94712f2dd7860863813de3f0ae30 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:20 +0100 Subject: 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. --- KEYBINDS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'KEYBINDS.md') 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 | -- cgit v1.3.1