This commit is contained in:
parent
41364111da
commit
3c62497033
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Jef Roosens
|
||||
|
||||
pkgname=jjr-st
|
||||
pkgver=0.8.5
|
||||
pkgver=0.8.6
|
||||
pkgrel=1
|
||||
pkgdesc="My build of the st terminal"
|
||||
arch=("x86_64")
|
||||
|
|
|
|||
2
config.h
2
config.h
|
|
@ -9,7 +9,7 @@ static char *font = "Fira Code:size=10:antialias=true;autohint=true";
|
|||
static char *font2[] = {
|
||||
"Noto Color Emoji:size=10:antialias=true;autohint=true"
|
||||
};
|
||||
static int borderpx = 2;
|
||||
static int borderpx = 0;
|
||||
float alpha = 0.7;
|
||||
|
||||
/* Lines to move per scroll */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue