Removed unnecessary border
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
41364111da
commit
3c62497033
2
PKGBUILD
2
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Jef Roosens
|
# Maintainer: Jef Roosens
|
||||||
|
|
||||||
pkgname=jjr-st
|
pkgname=jjr-st
|
||||||
pkgver=0.8.5
|
pkgver=0.8.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="My build of the st terminal"
|
pkgdesc="My build of the st terminal"
|
||||||
arch=("x86_64")
|
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[] = {
|
static char *font2[] = {
|
||||||
"Noto Color Emoji:size=10:antialias=true;autohint=true"
|
"Noto Color Emoji:size=10:antialias=true;autohint=true"
|
||||||
};
|
};
|
||||||
static int borderpx = 2;
|
static int borderpx = 0;
|
||||||
float alpha = 0.7;
|
float alpha = 0.7;
|
||||||
|
|
||||||
/* Lines to move per scroll */
|
/* Lines to move per scroll */
|
||||||
|
|
Loading…
Reference in New Issue