aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-06-19 19:49:23 +0530
committerAkshay Nair <phenax5@gmail.com>2020-06-19 19:49:23 +0530
commitbfc9a071e614d7162cff9c0ab27fceefdeee3967 (patch)
treea12cd331c1716a690a9b618ba8056c4d5cf37205 /README.md
parente021668a292c2678e9b39bf820fd150d69f7a044 (diff)
downloadshotkey-bfc9a071e614d7162cff9c0ab27fceefdeee3967.tar.gz
shotkey-bfc9a071e614d7162cff9c0ab27fceefdeee3967.zip
Docs update
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 66dd1d2..6beb46a 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,14 @@ A suckless hot key daemon for X inspired by the suckless philosophy with configu
## Installation
Clone the repo and run
-```
+```bash
sudo make install
```
## Configuring
-You can edit `config.h` to configure shit
+You can edit `config.h` to configure key bindings.
+
+You can checkout the [personal branch](https://github.com/phenax/hotkeythingy/tree/personal) for my personal config.
-You can read the man page for more details
+Read the man page for more details.