From 27650cbba7e239feedaa93cf3811b026f58324c2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 6 Sep 2020 18:17:59 +0530 Subject: Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b40254f..640af5c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ A Suckless Hot Key daemon for X inspired by the suckless philosophy with configu ~200 LOC. ~20KB binary. - -Donate using Liberapay +Buy Me A Coffee donate button ## Installation -- cgit v1.3.1 From 3eae216b270efe70f2f02a73b3ae997e2f5203cd Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 6 Sep 2020 18:24:13 +0530 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 640af5c..1f84623 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Suckless Hot Key daemon for X inspired by the suckless philosophy with configu ~200 LOC. ~20KB binary. -Buy Me A Coffee donate button +Buy Me A Coffee donate button ## Installation -- cgit v1.3.1 From 8af246beadc4f9d39ea33370b7140a30217b1f49 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Nov 2020 19:18:54 +0530 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1f84623..a003ca7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SHotKey -A Suckless Hot Key daemon for X inspired by the suckless philosophy with configurable custom modes. +A Simple Hot Key daemon for X inspired by the suckless philosophy with configurable custom modes. ~200 LOC. ~20KB binary. -- cgit v1.3.1 From 1cf29732f9acbbe8adca232bf10eb236e68353e6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Nov 2020 19:19:36 +0530 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a003ca7..5612cca 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ A Simple Hot Key daemon for X inspired by the suckless philosophy with configura ## Installation -Clone the repo and run +Clone the repo and run (May need `sudo`) ```bash -sudo make install +make install ``` -- cgit v1.3.1