diff options
| author | magh <magh@maghmogh.com> | 2024-10-09 14:58:33 +0900 |
|---|---|---|
| committer | magh <magh@maghmogh.com> | 2024-10-09 14:58:33 +0900 |
| commit | 50fdd4357384eae2a31ccb7bcae630c6b3a16fe9 (patch) | |
| tree | 6eed5a3b863a4ffac0f98f954e1a117a06af13cf /config.h | |
| parent | 36d225d71d448bfe307075580f0d8ef81eeb5a87 (diff) | |
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; +static char *font = "mono:pixelsize=24:antialias=true:autohint=true"; +static char *font2[] = { "NotoColorEmoji:pixelsize=24:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -272,8 +272,8 @@ static Shortcut shortcuts[] = { { MODKEY, XK_Down, kscrolldown, {.i = 1} }, { MODKEY, XK_u, kscrollup, {.i = -1} }, { MODKEY, XK_d, kscrolldown, {.i = -1} }, - { MODKEY, XK_s, changealpha, {.f = -0.05} }, - { MODKEY, XK_a, changealpha, {.f = +0.05} }, + /*{ MODKEY, XK_s, changealpha, {.f = -0.05} },*/ + /*{ MODKEY, XK_a, changealpha, {.f = +0.05} },*/ { TERMMOD, XK_Up, zoom, {.f = +1} }, { TERMMOD, XK_Down, zoom, {.f = -1} }, { TERMMOD, XK_K, zoom, {.f = +1} }, @@ -554,4 +554,3 @@ static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?" "@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_" "`abcdefghijklmnopqrstuvwxyz{|}~"; - |
