Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasaurus committed Aug 10, 2022
1 parent 595953c commit 310d678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static const int topbar = 1; /* 0 means bottom bar */
static const int vertpad = 0; /* vertical padding of bar */
static const int sidepad = 0; /* horizontal padding of bar */
// static const char *fonts[] = { "Fira Code:size=11", "JoyPixels:pixelsize=12:antialias=true:autohint=true" };
static const char *fonts[] = { "ComicCode-Bold:size=10.5", "JoyPixels:pixelsize=12:antialias=true:autohint=true" };
static const char *fonts[] = { "ComicCode-Bold:size=8.5", "JoyPixels:pixelsize=12:antialias=true:autohint=true" };
static const char dmenufont[] = "monospace:size=10.8";
static const unsigned int baralpha = 0xff;
static const unsigned int borderalpha = OPAQUE;
Expand Down Expand Up @@ -144,7 +144,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_z, incrgaps, {.i = -10 } },
{ MODKEY, XK_g, togglegaps, {0} },
// { MODKEY|ShiftMask, XK_t, defaultgaps, {0} },
{ MODKEY, XK_F5, xrdb, {.v = NULL } },
{ MODKEY|ShiftMask, XK_w, xrdb, {.v = NULL } },
{ MODKEY, XK_space, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_Tab, view, {1} },
Expand Down

0 comments on commit 310d678

Please sign in to comment.