From 9c08b51e34f0eba35850b0aa15e2329c3179fb42 Mon Sep 17 00:00:00 2001 From: swytch Date: Sat, 11 Jul 2020 17:15:43 +0200 Subject: [PATCH] fix: SUPER-= now resets the gapps --- config.def.h | 2 +- dwm.1 | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 4a2bd2e..7637f9e 100644 --- a/config.def.h +++ b/config.def.h @@ -92,7 +92,7 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, { MODKEY, XK_less, setgaps, {.i = -5 } }, { MODKEY|ShiftMask, XK_less, setgaps, {.i = +5 } }, - { MODKEY, XK_equal, setgaps, {.i = 10 } }, + { MODKEY, XK_equal, setgaps, {.i = 0 } }, TAGKEYS( XK_ampersand, 0) TAGKEYS( XK_eacute, 1) TAGKEYS( XK_quotedbl, 2) diff --git a/dwm.1 b/dwm.1 index d8b2b43..8c58362 100644 --- a/dwm.1 +++ b/dwm.1 @@ -152,9 +152,8 @@ Decrease the gaps around windows. Increase the gaps around windows. .TP .B SUPER\-= -Reset the gaps around windows to their default -.B (10) -value. +Reset the gaps around windows to +.BR 0 . .TP .B SUPER\-Shift\-q Quit dwm.