Add fullgaps patch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user