commit 9871ee3cda76a7c9932929d6f29442e4e1d8eb40
parent 67d3832279fc33a5da758dd11f0cf4e22ce4d8b4
Author: Claudio Alessi <smoppy@gmail.com>
Date: Mon, 21 Mar 2016 18:22:51 +0100
Q don't ask.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
@@ -11,7 +11,7 @@ static void (*welcome)(const Arg *arg) = databases;
static Key keys[] = {
/* mode modkey function argument */
- { NULL, "Q", quit, {.i = 1} },
+ { NULL, "Q", quit, {.i = 0} },
{ NULL, "q", viewprev, {0} },
{ NULL, "k", itempos, {.i = -1} },
{ NULL, "j", itempos, {.i = +1} },