mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 02:01:40 +00:00
Update cheatsheets
This commit is contained in:
34
tldr/linux/mako
Normal file
34
tldr/linux/mako
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mako
|
||||
|
||||
> Notification daemon for Wayland compositors.
|
||||
> Can be controlled with `makoctl`.
|
||||
> More information: <https://manned.org/mako>.
|
||||
|
||||
- Start the `mako` notification daemon:
|
||||
|
||||
`mako`
|
||||
|
||||
- Start with a custom configuration file:
|
||||
|
||||
`mako {{[-c|--config]}} {{path/to/config}}`
|
||||
|
||||
- Set maximum number of visible notifications:
|
||||
|
||||
`mako --max-visible {{5}}`
|
||||
|
||||
- Set default timeout in milliseconds (0 to disable):
|
||||
|
||||
`mako --default-timeout {{2000}}`
|
||||
|
||||
- Group notifications by application name:
|
||||
|
||||
`mako --group-by {{app_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`mako {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user