diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-15 23:46:44 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-08-15 23:46:44 +0100 |
| commit | 8d1fbda11dc8c33edd4f2294b3c44e462d6ce482 (patch) | |
| tree | e29943ea1f6726d9c28a9a784dc8f0b042916273 /config.h | |
| parent | 0d2a08bcf9dead11ac699bae0e6861d597cc08d8 (diff) | |
change keybinds for toggling mouse
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
