From 1d0e2b6e9bdf9d52e17b59561d1ad14073f2a43f Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Sat, 25 Dec 2021 22:01:01 -0500 Subject: Removed doubled keybindings Some of the scratchpad keybindings were duplicated, which resulted in the toggle functionality being broken. Removing the duplicates fixes the issue. --- config.def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 86a0ee7..b72b418 100644 --- a/config.def.h +++ b/config.def.h @@ -230,8 +230,6 @@ static Key keys[] = { { MODKEY, XK_period, focusmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, - { MODKEY, XK_y, togglescratch, {.ui = 0 } }, - { MODKEY, XK_u, togglescratch, {.ui = 1 } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3