makoctl(1) | General Commands Manual | makoctl(1) |
NAME¶
makoctl - controls the mako(1) daemon
SYNOPSIS¶
makoctl [cmd] [options...]
DESCRIPTION¶
Sends IPC commands to the running mako daemon via dbus.
COMMANDS¶
dismiss [-a|--all] [-g|--group] [-n <id>]
Options:
-a, --all
-g, --group
-n <id>
restore
invoke [-n <id>] [action]
Options:
-n <id>
menu [-n <id>] <program> [argument...]
If no action is found, or no action is selected, makoctl will return non-zero.
Options:
-n <id>
Examples:
makoctl menu dmenu -p 'Select Action: ' makoctl menu -n 12345 wofi -d -p 'Choose Action: '
list
history
reload
mode
mode -s <mode>...
mode [-a mode]... [-r mode]... [-t mode]... +
When run without any option, retrieves a list of current modes.
When run with the -a or -r options, adds or removes the provided mode from the current modes.
When run with the -t option, toggle the mode by removing it when present and otherwise adding it.
See the MODES section in mako(5) for more information about modes.
help, -h, --help
AUTHORS¶
Maintained by Simon Ser <contact@emersion.fr>, who is assisted by other open-source contributors. For more information about mako development, see https://github.com/emersion/mako.
SEE ALSO¶
2024-05-13 |