mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-03 02:11:09 +02:00
Adding some changes
This commit is contained in:
parent
927c519932
commit
dc2d922aff
1 changed files with 4 additions and 4 deletions
8
config.h
8
config.h
|
@ -5,9 +5,9 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "mono:pixelsize=12:antialias=true:autohint=true";
|
||||
static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
|
||||
static int borderpx = 2;
|
||||
static char *font = "JetBrains Mono:pixelsize=16:antialias=true:autohint=true";
|
||||
static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" };
|
||||
static int borderpx = 15;
|
||||
|
||||
/*
|
||||
* What program is execed by st depends of these precedence rules:
|
||||
|
@ -107,7 +107,7 @@ char *termname = "st-256color";
|
|||
unsigned int tabspaces = 8;
|
||||
|
||||
/* bg opacity */
|
||||
float alpha = 0.8;
|
||||
float alpha = 0.9;
|
||||
float alphaOffset = 0.0;
|
||||
float alphaUnfocus;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue