aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7a36b6350ed806ad3ccfdc66e98762303cee106a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Hotkey
I created this little hotkey app, because most window managers have a sucky way
of doing things. DWM has a good key handling system, but i wanted something
more stripped down i can use with any generic wm


# Installation

easy to install.

    make
    cp hotkey /usr/local/bin

# adding hotkeys

Easy to modify. Just open up ~/.hotkeysrc and edit it. Look at example_rc
for an example of how to use it.

# License

This is realased under the MIT License because i reused code from dwm so i
might as well keep the same license