aboutsummaryrefslogtreecommitdiff
path: root/mako/README.md
diff options
context:
space:
mode:
authorHenry J. Webster <hwebs@hwebs.info>2026-07-30 17:45:47 -0500
committerHenry J. Webster <hwebs@hwebs.info>2026-07-31 08:01:06 -0500
commit412036165219a574025f3efbb256a69630e26db0 (patch)
tree2bc940659076b028c4a3a6091f27ef7355e94c52 /mako/README.md
parent70cca326cb6bb1803592deea330a7943399e3bee (diff)
(mako) ignore README.md
Diffstat (limited to 'mako/README.md')
-rw-r--r--mako/README.md20
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."
+```
+