diff options
author | Johannes Bensmann <johannesbensmann@gmx.de> | 2019-06-10 11:56:59 +0200 |
---|---|---|
committer | Johannes Bensmann <johannesbensmann@gmx.de> | 2019-06-10 11:56:59 +0200 |
commit | 5ed5e0b5b28ac76a1f7ec0a677f5f9af167c9bc8 (patch) | |
tree | b34a257250da31d90c6f37791f4f596b188326c9 /config.h | |
parent | 298d39ea718d155c4f022d271002721141ea55db (diff) |
minor changes
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |