This commit is contained in:
Tyler Perkins 2022-12-01 18:43:37 -05:00
parent f5ce308464
commit 04817cc704
22 changed files with 3 additions and 3 deletions

0
FAQ Normal file → Executable file
View File

0
LEGACY Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
Makefile Normal file → Executable file
View File

0
README Normal file → Executable file
View File

0
TODO Normal file → Executable file
View File

0
arg.h Normal file → Executable file
View File

0
config.def.h Normal file → Executable file
View File

6
config.h Normal file → Executable file
View File

@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "Liberation Mono:pixelsize=16:antialias=true:autohint=true";
static char *font = "Hermit:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*
@ -46,7 +46,7 @@ int allowaltscreen = 1;
/* allow certain non-interactive (insecure) window operations such as:
setting the clipboard text */
int allowwindowops = 0;
int allowwindowops = 1;
/*
* draw latency range in ms - from new content/keypress/etc until drawing.
@ -95,7 +95,7 @@ char *termname = "st-256color";
unsigned int tabspaces = 4;
/* bg opacity */
float alpha = 0.75;
float alpha = 0.65;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {

0
config.mk Normal file → Executable file
View File

0
patches/.gitignore vendored Normal file → Executable file
View File

0
patches/st-alpha-0.8.2.diff Normal file → Executable file
View File

0
patches/st-anysize-0.8.4.diff Normal file → Executable file
View File

0
patches/st-dracula-0.8.2.diff Normal file → Executable file
View File

0
patches/st-scrollback-20200419-72e3f6c.diff Normal file → Executable file
View File

0
patches/st-scrollback-mouse-20191024-a2c479c.diff Normal file → Executable file
View File

0
st.1 Normal file → Executable file
View File

0
st.c Normal file → Executable file
View File

0
st.h Normal file → Executable file
View File

0
st.info Normal file → Executable file
View File

0
win.h Normal file → Executable file
View File

0
x.c Normal file → Executable file
View File