Removed unnecessary border
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Jef Roosens 2022-01-07 22:22:11 +01:00
parent 41364111da
commit 3c62497033
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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 */