HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

makoctl — Control the `mako` notification daemon. Some subcommands such as `dismiss`, `invoke`, and `mode` hav

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandnotificationdaemonclicontrolmakomakoctl
linux

Problem

How to use the makoctl command: Control the mako notification daemon. Some subcommands such as dismiss, invoke, and mode have their own usage documentation. More information: <https://manned.org/makoctl>.

Solution

makoctl — Control the mako notification daemon. Some subcommands such as dismiss, invoke, and mode have their own usage documentation. More information: <https://manned.org/makoctl>.

List all current notifications:
makoctl list


List notification history:
makoctl history


Reload the configuration file:
makoctl reload


Restore the most recently expired notification from history:
makoctl restore


Display help:
makoctl help

Code Snippets

List all current notifications

makoctl list

List notification history

makoctl history

Reload the configuration file

makoctl reload

Restore the most recently expired notification from history

makoctl restore

Display help

makoctl help

Context

tldr-pages: linux/makoctl

Revisions (0)

No revisions yet.