aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-01-18 22:37:57 +0100
committerMattias Andrée <maandree@kth.se>2018-01-18 22:37:57 +0100
commit49ce929095e6f979a40593683db94ef0d404c6a1 (patch)
treea3c07d460de618c086871b446ccc4cabe93b1671 /config.h
downloadxkbdbind-49ce929095e6f979a40593683db94ef0d404c6a1.tar.gz
xkbdbind-49ce929095e6f979a40593683db94ef0d404c6a1.tar.bz2
xkbdbind-49ce929095e6f979a40593683db94ef0d404c6a1.tar.xz
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..4c91e07
--- /dev/null
+++ b/config.h
@@ -0,0 +1,6 @@
+#define MOD MOD_SUPER
+
+static struct hotkey hotkeys[] = {
+ {XK_p, MOD, 0, CMD("dmenu_run", "-fn", "fixed-8")},
+ {XK_F4, MOD | MOD_SHIFT, 0, CMD("xkill")},
+};