Increse icons font size

This commit is contained in:
Anas Elgarhy 2022-04-23 11:32:20 +02:00
parent 0e681c7682
commit 2b107eba86

View file

@ -8,7 +8,7 @@ static const unsigned int gappx = 3; /* gaps size between windows */
static const unsigned int snap = 32; /* snap pixel */ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "monospace:size=11", "fontawesome:size=13" }; static const char *fonts[] = { "monospace:size=11", "fontawesome:size=16" };
static const char dmenufont[] = "monospace:size=11"; static const char dmenufont[] = "monospace:size=11";
static const char col_gray1[] = "#222222"; static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";
@ -89,7 +89,7 @@ static Key keys[] = {
{ MODKEY, XK_l, setmfact, {.f = +0.05} }, { MODKEY, XK_l, setmfact, {.f = +0.05} },
// { MODKEY, XK_Return, zoom, {0} }, // { MODKEY, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} }, { MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_c, killclient, {0} }, { MODKEY|ShiftMask, XK_q, killclient, {0} },
{ MODKEY, XK_t, setlayout, {.v = &layouts[0]} }, { MODKEY, XK_t, setlayout, {.v = &layouts[0]} },
{ MODKEY, XK_f, setlayout, {.v = &layouts[1]} }, { MODKEY, XK_f, setlayout, {.v = &layouts[1]} },
{ MODKEY, XK_m, setlayout, {.v = &layouts[2]} }, { MODKEY, XK_m, setlayout, {.v = &layouts[2]} },
@ -110,7 +110,7 @@ static Key keys[] = {
TAGKEYS( XK_7, 6) TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7) TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8) TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} }, { MODKEY|ShiftMask, XK_c, quit, {0} },
{ 0, XF86MonBrightnessUp, spawn, {.v = brightness_up } }, { 0, XF86MonBrightnessUp, spawn, {.v = brightness_up } },
{ 0, XF86MonBrightnessDown, spawn, {.v = brightness_down } }, { 0, XF86MonBrightnessDown, spawn, {.v = brightness_down } },
// Sound controllers // Sound controllers