aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin <calvin@bastille>2014-02-08 18:32:11 -0500
committerCalvin <calvin@bastille>2014-02-08 18:32:11 -0500
commit7132f4e1386dcfc4415ec20f95ad7988ad191c26 (patch)
tree3224d00404a2d64ae29ffb548e5e8b7666e5b3aa
parente5bab1afd979a462a6663c1839232d9b70ce93bb (diff)
udpate make and seperate keys
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..be5ea25
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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 keys.h and edit it. If you want your job not to
+hang hotkey, make sure to add & to the end of your commands.
+
+# License
+
+This is realased under the MIT License because i reused code from dwm so i
+might as well keep the same license