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