mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 15:25:20 +05:30
dwwidww
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "JetBrains Mono NL:style=Regular:pixelsize=16:antialias=true:autohint=true";
|
||||
static char *font = "JetBrains Mono NL:style=Regular:pixelsize=15:antialias=true:autohint=true";
|
||||
|
||||
static int borderpx = 0;
|
||||
|
||||
@@ -27,8 +27,8 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
|
||||
char *vtiden = "\033[?6c";
|
||||
|
||||
/* Kerning / character bounding-box multipliers */
|
||||
static float cwscale = 0.9;
|
||||
static float chscale = 0.9;
|
||||
static float cwscale = 1.0;
|
||||
static float chscale = 1.0;
|
||||
|
||||
/*
|
||||
* word delimiter string
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "JetBrains Mono NL:style=Regular:pixelsize=16:antialias=true:autohint=true";
|
||||
static char *font = "JetBrains Mono NL:style=Regular:pixelsize=15:antialias=true:autohint=true";
|
||||
|
||||
static int borderpx = 0;
|
||||
|
||||
@@ -27,8 +27,8 @@ char *stty_args = "stty raw pass8 nl -echo -iexten -cstopb 38400";
|
||||
char *vtiden = "\033[?6c";
|
||||
|
||||
/* Kerning / character bounding-box multipliers */
|
||||
static float cwscale = 0.9;
|
||||
static float chscale = 0.9;
|
||||
static float cwscale = 1.0;
|
||||
static float chscale = 1.0;
|
||||
|
||||
/*
|
||||
* word delimiter string
|
||||
|
||||
BIN
st-0.8.4/st
BIN
st-0.8.4/st
Binary file not shown.
BIN
st-0.8.4/st.o
BIN
st-0.8.4/st.o
Binary file not shown.
BIN
st-0.8.4/x.o
BIN
st-0.8.4/x.o
Binary file not shown.
Reference in New Issue
Block a user