Update
This commit is contained in:
parent
f5ce308464
commit
04817cc704
0
config.def.h
Normal file → Executable file
0
config.def.h
Normal file → Executable file
6
config.h
Normal file → Executable file
6
config.h
Normal file → Executable 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
patches/.gitignore
vendored
Normal file → Executable file
0
patches/.gitignore
vendored
Normal file → Executable file
0
patches/st-alpha-0.8.2.diff
Normal file → Executable file
0
patches/st-alpha-0.8.2.diff
Normal file → Executable file
0
patches/st-anysize-0.8.4.diff
Normal file → Executable file
0
patches/st-anysize-0.8.4.diff
Normal file → Executable file
0
patches/st-dracula-0.8.2.diff
Normal file → Executable file
0
patches/st-dracula-0.8.2.diff
Normal file → Executable file
0
patches/st-scrollback-20200419-72e3f6c.diff
Normal file → Executable file
0
patches/st-scrollback-20200419-72e3f6c.diff
Normal file → Executable file
0
patches/st-scrollback-mouse-20191024-a2c479c.diff
Normal file → Executable file
0
patches/st-scrollback-mouse-20191024-a2c479c.diff
Normal file → Executable file
Loading…
Reference in New Issue
Block a user