snippetbashTip
makoctl dismiss — Dismiss notifications in `mako`. More information: <https://manned.org/makoctl>.
Viewed 0 times
notificationsdismissmakoctl dismisscommandcliinformationmoremako
linux
Problem
How to use the
makoctl dismiss command: Dismiss notifications in mako. More information: <https://manned.org/makoctl>.Solution
makoctl dismiss — Dismiss notifications in mako. More information: <https://manned.org/makoctl>.Dismiss the most recent notification:
makoctl dismissDismiss a specific notification by ID:
makoctl dismiss -n {{notification_id}}Dismiss all notifications:
makoctl dismiss {{[-a|--all]}}Dismiss all notifications in the first group:
makoctl dismiss {{[-g|--group]}}Dismiss without adding to history:
makoctl dismiss {{[-h|--no-history]}}Code Snippets
Dismiss the most recent notification
makoctl dismissDismiss a specific notification by ID
makoctl dismiss -n {{notification_id}}Dismiss all notifications
makoctl dismiss {{[-a|--all]}}Dismiss all notifications in the first group
makoctl dismiss {{[-g|--group]}}Dismiss without adding to history
makoctl dismiss {{[-h|--no-history]}}Context
tldr-pages: linux/makoctl dismiss
Revisions (0)
No revisions yet.