LinuxCommandLibrary

makoctl-mode

manages notification modes in the mako notification daemon

TLDR

List all currently active modes

$ makoctl mode
copy
Add a mode
$ makoctl mode -a [do-not-disturb]
copy
Remove a mode
$ makoctl mode -r [do-not-disturb]
copy
Toggle a mode (add if absent, remove if present)
$ makoctl mode -t [do-not-disturb]
copy
Set specific modes, replacing all current modes
$ makoctl mode -s [mode1 mode2 ...]
copy

SYNOPSIS

makoctl mode [options] [mode...]

DESCRIPTION

makoctl mode manages notification modes in the mako notification daemon. Modes allow changing notification behavior based on context—for example, enabling "do-not-disturb" to silence notifications during presentations or focus time.
Modes are defined in mako's configuration file with specific criteria and actions. When a mode is active, notifications matching that mode's criteria receive different treatment (hidden, grouped, styled differently, etc.).
Multiple modes can be active simultaneously, and their effects are combined according to mako's configuration rules.

PARAMETERS

-a _mode_

Add a mode to the active set
-r _mode_
Remove a mode from the active set
-t _mode_
Toggle a mode (add if inactive, remove if active)
-s _modes_
Set the exact list of active modes, replacing all current modes

CAVEATS

Mode names must be defined in mako's configuration file before they can be used. Without configuration, modes have no effect. Changes are immediate and persist until explicitly removed or mako restarts.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community