diff options
| -rw-r--r-- | boxdraw.o | bin | 0 -> 8208 bytes | |||
| -rw-r--r-- | config.h | 9 | ||||
| -rw-r--r-- | hb.o | bin | 0 -> 5160 bytes | |||
| -rwxr-xr-x | st | bin | 0 -> 135616 bytes | |||
| -rw-r--r-- | st.o | bin | 0 -> 78736 bytes | |||
| -rw-r--r-- | x.o | bin | 0 -> 89200 bytes |
6 files changed, 4 insertions, 5 deletions
diff --git a/boxdraw.o b/boxdraw.o Binary files differnew file mode 100644 index 0000000..c079fae --- /dev/null +++ b/boxdraw.o @@ -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{|}~"; - Binary files differBinary files differBinary files differBinary files differ |
