aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin <calvin@bastille>2014-02-11 16:06:56 -0500
committerCalvin <calvin@bastille>2014-02-11 16:06:56 -0500
commitff6a5ba20186c0e7a0fda27163cd95aa910120eb (patch)
tree90a998d1104f443cd06146d50ac1ac74ca380d68
parent348b08cac5d404c53951f77808a6275c0bd13cb5 (diff)
no more keys
-rw-r--r--Makefile2
-rw-r--r--keys.h6
2 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index a3805e1..7684be2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC =gcc
-CFLAGS = -O3 -s -mtune=native -Wall -Wextra
+CFLAGS = -O3 -s -mtune=native -Wextra -Wall
CLIBS = -lX11
hotkey: hotkey.c keys.h
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 }
-};
-