Add fullgaps patch

This commit is contained in:
2024-05-31 11:02:52 +05:00
parent 149532bdf0
commit 52a64691d3
6 changed files with 20 additions and 18 deletions

View File

@@ -4,6 +4,7 @@
/* appearance */
static const unsigned int borderpx = 4; /* border pixel of windows */
static const unsigned int gappx = 15; /* 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 */
@@ -126,7 +127,6 @@ static const Key keys[] = {
// { SUPERKEY, XK_period, focusmon, {.i = +1 } },
// { SUPERKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
// { SUPERKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
// { SUPERKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },
{ SUPERKEY|ShiftMask, XK_f, togglefullscr, {0} },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)