Bug 514072

Summary: Global action to dismiss all notifications
Product: [Plasma] plasmashell Reporter: grayich <greyich>
Component: NotificationsAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: kde, nate
Priority: NOR    
Version First Reported In: 6.5.4   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description grayich 2026-01-02 10:04:36 UTC
There is currently no hotkey to close all active notifications at once.

Notifications without a timeout (e.g. notify-send -u critical) must be dismissed manually one by one with the mouse, which is inconvenient.

A workaround using a script is possible, but it is fragile and not user-friendly:
for i in $(seq $(notify-send -p " " -t 1) -1 0); do
qdbus org.kde.plasmashell /org/freedesktop/Notifications org.freedesktop.Notifications.CloseNotification $i
done

Please add a hotkey that dismisses all currently visible notifications in a single action.
Comment 1 Nate Graham 2026-01-06 17:35:37 UTC
Seems reasonable, especially if we expose it as an action with no default keyboard shortcut so people can't trigger it accidentally.
Comment 2 Nate Graham 2026-01-06 18:48:40 UTC

*** This bug has been marked as a duplicate of bug 500308 ***