🔧 Adjustments to configurations

This commit is contained in:
tomit4 2025-12-05 05:12:40 -08:00
parent 6686861b86
commit c361a51967
8 changed files with 530 additions and 530 deletions

View file

@ -128,7 +128,6 @@ static const char *colorname[] = {
"#d8dee9", /* foreground */
};
/*
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
@ -476,7 +475,6 @@ static uint selmasks[] = {
* Printable characters in ASCII, used to estimate the advance width
* of single wide characters.
*/
static char ascii_printable[] =
" !\"#$%&'()*+,-./0123456789:;<=>?"
static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~";

BIN
bst/st

Binary file not shown.

BIN
bst/st.o

Binary file not shown.

BIN
bst/x.o

Binary file not shown.

View file

@ -0,0 +1,2 @@
Xcursor.size: 24
Xcursor.theme: Adwaita

View file

@ -5,8 +5,10 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
// static char *font = "Source Code Pro:pixelsize=20:antialias=true:autohint=true";
static char *font = "mono:pixelsize=18.5:antialias=true:autohint=true";
// static char *font = "Source Code
// Pro:pixelsize=20:antialias=true:autohint=true"; static char *font =
// "mono:pixelsize=18.5:antialias=true:autohint=true";
static char *font = "mono:pixelsize=19:antialias=true:autohint=true";
static int borderpx = 2;
/*
@ -128,7 +130,6 @@ static const char *colorname[] = {
"#d8dee9", /* foreground */
};
/*
* Default colors (colorname index)
* foreground, background, cursor, reverse cursor
@ -476,7 +477,6 @@ static uint selmasks[] = {
* Printable characters in ASCII, used to estimate the advance width
* of single wide characters.
*/
static char ascii_printable[] =
" !\"#$%&'()*+,-./0123456789:;<=>?"
static char ascii_printable[] = " !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"
"`abcdefghijklmnopqrstuvwxyz{|}~";

BIN
st/st

Binary file not shown.

BIN
st/x.o

Binary file not shown.