aboutsummaryrefslogtreecommitdiff
path: root/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'keys.h')
-rw-r--r--keys.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keys.h b/keys.h
deleted file mode 100644
index 54535ef..0000000
--- a/keys.h
+++ /dev/null
@@ -1,6 +0,0 @@
-static const Key hotkeys[] = {
- { "xterm &", Mod1Mask, XK_g },
- { "xterm -e mail &", ShiftMask|ControlMask, XK_m },
- { "chromium &", Mod1Mask, XK_z }
-};
-