1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
# mako - wayland notification daemon ## Configuration ### Location `~/.config/mako/config` ### How to Reload ``` sh makoctl reload ``` ## Test This requires `libnotify`. ``` sh notify-send "Title" "This is a test notification." ```