aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-01-15 17:38:12 -0500
committerB. Watson <yalhcru@gmail.com>2022-01-15 17:38:12 -0500
commit37e35514734ff853b6c6f00a7c9209a9370155bd (patch)
treea286dd3fcb4de20f0e3b9b098743ce4631d08d1e
parent524ca7ffc3e68703277d7b1013962cbba1717a33 (diff)
downloadmisc-scripts-37e35514734ff853b6c6f00a7c9209a9370155bd.tar.gz
uleft: fix geometry for newer freetype inter-line spacing
-rwxr-xr-xuleft10
1 files 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