mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 02:58:50 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/linux/makoctl-mode
Normal file
30
tldr/linux/makoctl-mode
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ...}}`
|
||||
Reference in New Issue
Block a user