about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
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 3f350fb..9d21ce9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -98,6 +98,7 @@ static const Key keys[] = {
 	TAGKEYS(                        XK_8,                      7)
 	TAGKEYS(                        XK_9,                      8)
 	{ MODKEY|ShiftMask,             XK_q,      quit,           {0} },
+	{ MODKEY|ShiftMask,             XK_r,      quit,           {1} },
 		/* programs */
 	{ MODKEY,			XK_w,		spawn,	SHCMD("firefox") },
 	{ MODKEY,			XK_f,		spawn,	SHCMD("st ranger") },