aboutsummaryrefslogtreecommitdiff
path: root/mako/.config
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/.config
parent70cca326cb6bb1803592deea330a7943399e3bee (diff)
(mako) ignore README.md
Diffstat (limited to 'mako/.config')
-rw-r--r--mako/.config/mako/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/mako/.config/mako/README.md b/mako/.config/mako/README.md
deleted file mode 100644
index 7378bb2..0000000
--- a/mako/.config/mako/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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."
-```
-