From 412036165219a574025f3efbb256a69630e26db0 Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Thu, 30 Jul 2026 17:45:47 -0500 Subject: (mako) ignore README.md --- mako/.config/mako/README.md | 20 -------------------- mako/.stow-local-ignore | 1 + mako/README.md | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 20 deletions(-) delete mode 100644 mako/.config/mako/README.md create mode 100644 mako/.stow-local-ignore create mode 100644 mako/README.md 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." -``` - diff --git a/mako/.stow-local-ignore b/mako/.stow-local-ignore new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/mako/.stow-local-ignore @@ -0,0 +1 @@ +README.md 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." +``` + -- cgit v1.3