From acd72dd08300780e9942bb7196a1940b767607aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Dud=C3=ADk?= <24730635+dudik@users.noreply.github.com> Date: Tue, 1 Sep 2020 18:08:20 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd6129c..8ea64fd 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,22 @@

-## Usage +## Table of contents +* [Patches](#patches) * [Dismiss a notification](#dismiss-a-notification) * [Actions](#actions) * [Newlines](#newlines) * [Multiple notifications](#multiple-notifications) * [Notifications don't show up](#notifications-dont-show-up) +### Patches +[List of available patches](https://github.com/dudik/herbe/pulls?q=is%3Aopen+is%3Apr+label%3Apatch) + +To create a new patch you'll have to open a pull request with your changes. Append `.diff` to the pull request URL to get a downloadable diff file. Don't forget to prefix the title with `patch:` and to apply the `patch` label to it. For inspiration, look at [my Xresources patch](https://github.com/dudik/herbe/pull/11). Thank you. + +_Note: This patching method was heavily inspired by [dylan's sowm](https://github.com/dylanaraps/sowm)._ + ### Dismiss a notification A notification can be dismissed either by clicking on it with `DISMISS_BUTTON` (set in config.h, defaults to left mouse button) or sending a `SIGUSR1` signal to it: ```shell