summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4445757..12df8be 100644
--- a/config.h
+++ b/config.h
@@ -47,6 +47,6 @@ static ShellBinding shell_bindings[] = {
};
/* exits on key release which allows click and exit with one key */
-static unsigned int exit_keys[] = {
+static KeySym exit_keys[] = {
XK_Escape, XK_q, XK_space
};