diff --git a/PKGBUILD b/PKGBUILD index 252b4dc..cdfa8d9 100644 --- a/PKGBUILD +++ b/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") diff --git a/config.h b/config.h index 6a01ab3..fd6daba 100644 --- a/config.h +++ b/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 */