summaryrefslogtreecommitdiff
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 b2682b6..d3d026b 100644
--- a/config.h
+++ b/config.h
@@ -132,7 +132,7 @@ static const Key keys[] = {
{ MODKEY, XK_p, quicksearch, {.i = 0} },
{ MODKEY|ShiftMask, XK_p, quicksearch, {.i = 1} },
- { MODKEY, XK_BackSpace, togglemouse, {0} },
+ { MODKEY, XK_b, togglemouse, {0} },
};
/* button definitions */