summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-07 22:21:27 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-07 22:21:27 +0200
commit6c5acb1b1e7759449e9663b50a659d9dbb2ebf50 (patch)
treee7b30ce3a0acdaa5711bca124e673e67ff40c13d /config.def.h
parent6e9420683aec7f560ae596ce2aa560b61244a7f4 (diff)
downloadtabbed-6c5acb1b1e7759449e9663b50a659d9dbb2ebf50.tar.gz
adding killclient, removing wmhints
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 358826e..22a51f8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -22,4 +22,5 @@ Key keys[] = { \
{ MODKEY, XK_8, move, { .i = 8 } },
{ MODKEY, XK_9, move, { .i = 9 } },
{ MODKEY, XK_0, move, { .i = 10 } },
+ { MODKEY, XK_q, killclient, { 0 } },
};