aboutsummaryrefslogtreecommitdiff
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 d1d67f9..873b580 100644
--- a/config.h
+++ b/config.h
@@ -92,7 +92,7 @@ static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_space, spawn, {.v = dmenucmd } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },
- /* { MODKEY, XK_r, xrdb, {.v = NULL } }, */
+ { MODKEY, XK_r, xrdb, {.v = NULL } },
{ MODKEY|Mod1Mask, XK_BackSpace, quit, {0} },
{ MODKEY, XK_b, togglebar, {0} },