mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
651eac2675
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
524 B
524 B
makoctl mode
Manage notification modes in
mako. Modes can be used to change notification behavior (e.g., do-not-disturb). More information: https://manned.org/makoctl.
- List all currently active modes:
makoctl mode
- Add a mode:
makoctl mode -a {{do-not-disturb}}
- Remove a mode:
makoctl mode -r {{do-not-disturb}}
- Toggle a mode (add if absent, remove if present):
makoctl mode -t {{do-not-disturb}}
- Set specific modes, replacing all current modes:
makoctl mode -s {{mode1 mode2 ...}}