From 3c62497033645848d471ec81d2e8769408d190a5 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 7 Jan 2022 22:22:11 +0100 Subject: [PATCH] Removed unnecessary border --- PKGBUILD | 2 +- config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */