LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

makoctl-mode

manages notification modes in the mako notification daemon

TLDR

Print active mako modes
$ makoctl mode
copy
Enable a mode (e.g. do-not-disturb)
$ makoctl mode -a [do-not-disturb]
copy
Disable a mode
$ makoctl mode -r [do-not-disturb]
copy
Toggle a mode on or off
$ makoctl mode -t [do-not-disturb]
copy
Replace the mode set with an explicit list
$ 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

INSTALL

sudo apt install mako-notifier
copy
sudo dnf install mako
copy
sudo pacman -S mako
copy
sudo apk add mako
copy
sudo zypper install mako
copy
brew install mako
copy
nix profile install nixpkgs#mako
copy

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid