From 37e35514734ff853b6c6f00a7c9209a9370155bd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 15 Jan 2022 17:38:12 -0500 Subject: uleft: fix geometry for newer freetype inter-line spacing --- uleft | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/uleft b/uleft index 0efe972..e36e944 100755 --- a/uleft +++ b/uleft @@ -6,9 +6,13 @@ # any arguments passed to this script are passed thru to urxvt. -GLEFT="96x53+0+0" -GRIGHT="88x53+968+0" -GFULL="185x53+0+0" +#GLEFT="96x53+0+0" +#GRIGHT="88x53+968+0" +#GFULL="185x53+0+0" + +GLEFT="87x49+0+0" +GRIGHT="80x49+968+0" +GFULL="167+0+0" murder_shell() { # kill the shell that called the shell that's running this script -- cgit v1.2.3