niri-notify-focus — click a notification to jump to the exact source window #3945
Oaklight
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
|
Both |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often have multiple kitty terminals open across workspaces (several Claude Code sessions, etc.). When a notification pops up, clicking it has no way to take me to the specific window that sent it — I end up hunting through workspaces manually.
So I built niri-notify-focus, a lightweight daemon that solves this:
BecomeMonitorWorks with any app that sends desktop notifications (kitty, browsers, IDEs, etc.) and any notification daemon that emits
ActionInvokedsignals (mako, dunst, swaync, DMS).Quick start (Arch)
paru -S niri-notify-focus systemctl --user enable --now niri-notify-focusOptional config
~/.config/niri-notify-focus/config.toml:Zero config required — it works out of the box. Feedback and contributions welcome!
Beta Was this translation helpful? Give feedback.
All reactions