diff options
| author | Akshay Nair <phenax5@gmail.com> | 2020-06-19 19:49:44 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2020-06-19 19:49:44 +0530 |
| commit | 9f169c583345bf421ab186a8420a081d0251c957 (patch) | |
| tree | 029a7827e8e9f9433b41b7b65f0317d0d4a2a649 | |
| parent | ab2a39e87e194459546921a46f059f15e17e840f (diff) | |
| parent | bfc9a071e614d7162cff9c0ab27fceefdeee3967 (diff) | |
| download | shotkey-9f169c583345bf421ab186a8420a081d0251c957.tar.gz shotkey-9f169c583345bf421ab186a8420a081d0251c957.zip | |
Merge branch 'master' into personal
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |
