From b224668ef032f013cb4dc3831074f8dd553149bb Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Thu, 4 Dec 2025 14:23:10 +0100 Subject: applied patches --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) mode change 100644 => 100755 config.def.h (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h old mode 100644 new mode 100755 index 81c3fc0..87e61ce --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,7 @@ /* appearance */ static const unsigned int borderpx = 1; /* border pixel of windows */ +static const unsigned int gappx = 5; /* gaps between windows */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ @@ -86,6 +87,9 @@ static const Key keys[] = { { MODKEY, XK_period, focusmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, + { MODKEY, XK_minus, setgaps, {.i = -1 } }, + { MODKEY, XK_equal, setgaps, {.i = +1 } }, + { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) -- cgit v1.2.3