diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-26 13:17:26 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-26 13:17:26 -0500 |
| commit | 15536c8fd6bb28eb07fe003a3de4ad9b74a9ec93 (patch) | |
| tree | 3378ffd602832616a872012b1c2914c3bf7338e4 /mako/README.md | |
| parent | 639777bbd2c572182689b26bace867c6672e5688 (diff) | |
(mako) add README and directory
Diffstat (limited to 'mako/README.md')
| -rw-r--r-- | mako/README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mako/README.md b/mako/README.md new file mode 100644 index 0000000..7378bb2 --- /dev/null +++ b/mako/README.md @@ -0,0 +1,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." +``` + |
