LinuxCommandLibrary

makoctl-dismiss

removes notifications from the mako notification daemon

TLDR

Dismiss most recent notification

$ makoctl dismiss
copy
Dismiss by ID
$ makoctl dismiss -n [notification_id]
copy
Dismiss all notifications
$ makoctl dismiss --all
copy
Dismiss first group
$ makoctl dismiss --group
copy
Dismiss without history
$ makoctl dismiss --no-history
copy

SYNOPSIS

makoctl dismiss [options]

DESCRIPTION

makoctl dismiss removes notifications from the mako notification daemon. It can dismiss individual, grouped, or all notifications, optionally without adding them to history.

PARAMETERS

-n ID

Dismiss specific notification by ID
-a, --all
Dismiss all notifications
-g, --group
Dismiss all notifications in first group
-h, --no-history
Don't add dismissed notifications to history

SEE ALSO

makoctl(1), mako(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community