aboutsummaryrefslogtreecommitdiff
path: root/keys.h
diff options
context:
space:
mode:
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 }
+};
+