1makoctl(1) General Commands Manual makoctl(1)
2
3
4
6 makoctl - controls the mako(1) daemon
7
9 makoctl [cmd] [options...]
10
12 Sends IPC commands to the running mako daemon via dbus.
13
15 dismiss
16 Dismisses the first notification.
17
18 Options
19
20 -a, --all
21 Dismiss all notifications.
22
23 invoke [action]
24 Invokes an action on the first notification. If action is not spec‐
25 ified, invokes the default action.
26
27 menu [program] [argument ...]
28 Use a program to select an action on the first notification. The
29 list of actions are joined on newlines and passed to program. The
30 program should write the selected action to stdout. If an action is
31 given, this action will be invoked.
32
33 If no action is found, or no action is selected, makoctl will
34 return non-zero.
35
36 Examples:
37
38 makoctl menu dmenu -p 'Select Action: '
39 makoctl menu wofi -d -p 'Choose Action: '
40
41 list
42 Retrieve a list of current notifications.
43
44 reload
45 Reloads the configuration file.
46
47 help, -h, --help
48 Show help message and quit.
49
51 Maintained by Simon Ser <contact@emersion.fr>, who is assisted by other
52 open-source contributors. For more information about mako development,
53 see https://github.com/emersion/mako.
54
56 mako(1)
57
58
59
60 2020-07-28 makoctl(1)