A notification daemon for X11 based systems.

linux notification-daemon notification-service x11 xorg
2 Open Issues Need Help Last updated: Dec 25, 2025

Open Issues Need Help

View All on GitHub
Summary is not wrapped about 3 hours ago

AI Summary: This issue reports that long summaries in notifications do not wrap, leading to text trailing off the right edge of the screen. The expected behavior is for the entire summary to be legible, wrapping to the next line if it's too long.

Complexity: 1/5
bug help wanted good first issue frontend

A notification daemon for X11 based systems.

C++
#linux#notification-daemon#notification-service#x11#xorg

AI Summary: The issue describes how notifications cause the cursor to move to the center of the focused window, particularly on WMs like i3wm. This occurs because a manual focus override, implemented to compensate for `raylib`'s `FLAG_WINDOW_UNFOCUSED` not consistently preventing focus, inadvertently repositions the cursor. The expected behavior is for the cursor to remain stationary and focus unchanged.

Complexity: 3/5
bug good first issue backend

A notification daemon for X11 based systems.

C++
#linux#notification-daemon#notification-service#x11#xorg