aboutsummaryrefslogtreecommitdiff
path: root/keys.h
diff options
context:
space:
mode:
authorCalvin <calvin@bastille>2014-02-08 18:30:01 -0500
committerCalvin <calvin@bastille>2014-02-08 18:30:01 -0500
commite5bab1afd979a462a6663c1839232d9b70ce93bb (patch)
treeeddce9e6c2ffaf57e17eb031cc9392903668f740 /keys.h
parent27f96fbf85a39d6dcd1a4f33888e0d3359cc758d (diff)
udpate make and seperate keys
Diffstat (limited to 'keys.h')
-rw-r--r--keys.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keys.h b/keys.h
new file mode 100644
index 0000000..783a938
--- /dev/null
+++ b/keys.h
@@ -0,0 +1,7 @@
+static const Key hotkeys[] = {
+ //"Command MOD Key
+ { "xterm &", Mod1Mask, XK_g },
+ { "xterm -e mail &", ShiftMask|ControlMask, XK_m },
+ { "chromium &", Mod1Mask, XK_z }
+};
+