|
|
|
@ -49,10 +49,16 @@ static const int toptab = False; /* False means b
@@ -49,10 +49,16 @@ static const int toptab = False; /* False means b
|
|
|
|
|
#if BAR_HEIGHT_PATCH |
|
|
|
|
static const int bar_height = 0; /* 0 means derive from font, >= 1 explicit height */ |
|
|
|
|
#endif // BAR_HEIGHT_PATCH
|
|
|
|
|
|
|
|
|
|
#if BAR_PADDING_PATCH |
|
|
|
|
static const int vertpad = 10; /* vertical padding of bar */ |
|
|
|
|
static const int sidepad = 10; /* horizontal padding of bar */ |
|
|
|
|
#ifdef VANITYGAPS_PATCH |
|
|
|
|
static const int sidepad = gappov; /* horizontal padding of bar */ |
|
|
|
|
#else |
|
|
|
|
static const int sidepad = 30; |
|
|
|
|
#endif /* VANITYGAPS_PATCH */ |
|
|
|
|
#endif // BAR_PADDING_PATCH
|
|
|
|
|
|
|
|
|
|
#if BAR_WINICON_PATCH |
|
|
|
|
#define ICONSIZE 20 /* icon size */ |
|
|
|
|
#define ICONSPACING 5 /* space between icon and title */ |
|
|
|
@ -939,6 +945,7 @@ static Key keys[] = {
@@ -939,6 +945,7 @@ static Key keys[] = {
|
|
|
|
|
#endif // INSETS_PATCH
|
|
|
|
|
{ MODKEY, XK_Return, zoom, {0} }, |
|
|
|
|
#if VANITYGAPS_PATCH |
|
|
|
|
/*
|
|
|
|
|
{ MODKEY|Mod4Mask, XK_u, incrgaps, {.i = +1 } }, |
|
|
|
|
{ MODKEY|Mod4Mask|ShiftMask, XK_u, incrgaps, {.i = -1 } }, |
|
|
|
|
{ MODKEY|Mod4Mask, XK_i, incrigaps, {.i = +1 } }, |
|
|
|
@ -955,6 +962,7 @@ static Key keys[] = {
@@ -955,6 +962,7 @@ static Key keys[] = {
|
|
|
|
|
{ MODKEY|Mod4Mask|ShiftMask, XK_9, incrovgaps, {.i = -1 } }, |
|
|
|
|
{ MODKEY|Mod4Mask, XK_0, togglegaps, {0} }, |
|
|
|
|
{ MODKEY|Mod4Mask|ShiftMask, XK_0, defaultgaps, {0} }, |
|
|
|
|
*/ |
|
|
|
|
#endif // VANITYGAPS_PATCH
|
|
|
|
|
{ MODKEY, XK_Tab, view, {0} }, |
|
|
|
|
#if SHIFTVIEW_PATCH |
|
|
|
|