summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2024-10-09 14:58:33 +0900
committermagh <magh@maghmogh.com>2024-10-09 14:58:33 +0900
commit50fdd4357384eae2a31ccb7bcae630c6b3a16fe9 (patch)
tree6eed5a3b863a4ffac0f98f954e1a117a06af13cf
parent36d225d71d448bfe307075580f0d8ef81eeb5a87 (diff)
further changesHEADmaster
-rw-r--r--boxdraw.obin0 -> 8208 bytes
-rw-r--r--config.h9
-rw-r--r--hb.obin0 -> 5160 bytes
-rwxr-xr-xstbin0 -> 135616 bytes
-rw-r--r--st.obin0 -> 78736 bytes
-rw-r--r--x.obin0 -> 89200 bytes
6 files changed, 4 insertions, 5 deletions
diff --git a/boxdraw.o b/boxdraw.o
new file mode 100644
index 0000000..c079fae
--- /dev/null
+++ b/boxdraw.o
Binary files differ
diff --git a/config.h b/config.h
index c86daa3..1d5f8df 100644
--- a/config.h
+++ b/config.h
@@ -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{|}~";
-
diff --git a/hb.o b/hb.o
new file mode 100644
index 0000000..bbf7c6e
--- /dev/null
+++ b/hb.o
Binary files differ
diff --git a/st b/st
new file mode 100755
index 0000000..acfe1c0
--- /dev/null
+++ b/st
Binary files differ
diff --git a/st.o b/st.o
new file mode 100644
index 0000000..0d8da94
--- /dev/null
+++ b/st.o
Binary files differ
diff --git a/x.o b/x.o
new file mode 100644
index 0000000..86bb9bd
--- /dev/null
+++ b/x.o
Binary files differ