From f99e6529a2e13bc9f4734dfb5fce89f6e90e513a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 31 Jul 2020 18:03:14 +0530 Subject: Create FUNDING.yml --- .github/FUNDING.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..4829195 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: [phenax] +liberapay: phenax -- cgit v1.3.1 From abf9fd899a00688ac4072e8bb4c24cb9c7d42853 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 31 Jul 2020 18:04:20 +0530 Subject: Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a76202..b40254f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A Suckless Hot Key daemon for X inspired by the suckless philosophy with configu ~200 LOC. ~20KB binary. +Donate using Liberapay + + ## Installation Clone the repo and run ```bash -- cgit v1.3.1