aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 2462f6b..28aace6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -96,8 +96,7 @@ static key keys[] = {
* { MOD1|ControlMask, XK_r, spawn, {.com = rebootcmd} },
* { MOD1|ControlMask, XK_s, spawn, {.com = shutdowncmd} },
*/
- { MOD1|ShiftMask, XK_r, quit, {.i = 0} }, /* restart */
- { MOD1|ShiftMask, XK_q, quit, {.i = 1} }, /* quit */
+ { MOD1|ShiftMask, XK_q, quit, {NULL} },
{ MOD1|ShiftMask, XK_Return, spawn, {.com = termcmd} },
{ MOD4, XK_v, spawn, {.com = dmenucmd} },
{ MOD4, XK_grave, spawn, {.com = urxvtcmd} },