blob: d5b87d8e25e1329445fd8c878bc728d99742d7c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# HotKeyThingy
A suckless hot key daemon for X inspired by the suckless philosophy with configurable custom modes.
~200 LOC. ~20KB binary.
## Installation
Clone the repo and run
```bash
sudo make install
```
## Configuring
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.
Read the man page for more details.
|