mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-04 18:41:08 +02:00
changing fontsize and bg opacity.
This commit is contained in:
parent
fdf3989005
commit
03f4fe5086
1 changed files with 3 additions and 3 deletions
6
config.h
6
config.h
|
@ -5,8 +5,8 @@
|
|||
*
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "mono:pixelsize=14:antialias=true:autohint=true";
|
||||
static char *font2[] = { "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
|
||||
static char *font = "mono:pixelsize=18:antialias=true:autohint=true";
|
||||
static char *font2[] = { "LiberationMono:pixelsize=18:antialias=true:autohint=true" };
|
||||
static int borderpx = 2;
|
||||
|
||||
/*
|
||||
|
@ -108,7 +108,7 @@ char *termname = "st-256color";
|
|||
unsigned int tabspaces = 8;
|
||||
|
||||
/* bg opacity */
|
||||
float alpha = 0.8;
|
||||
float alpha = 0.7;
|
||||
|
||||
/* Terminal colors (16 first used in escape sequence) */
|
||||
static const char *colorname[] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue