From d1134cdf9e967f37a172dfc779ad6b9adf43fc43 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Jul 2023 17:56:26 -0400 Subject: uleft: update geometry for new font. --- uleft | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/uleft b/uleft index e36e944..a1f8022 100755 --- a/uleft +++ b/uleft @@ -6,13 +6,20 @@ # any arguments passed to this script are passed thru to urxvt. +# Deja Vu Sans Mono with intel or nouveau: #GLEFT="96x53+0+0" #GRIGHT="88x53+968+0" #GFULL="185x53+0+0" -GLEFT="87x49+0+0" -GRIGHT="80x49+968+0" -GFULL="167+0+0" +# Deja Vu Sans Mono with nvidia: +#GLEFT="87x54+0+0" +#GRIGHT="80x54+968+0" +#GFULL="167x54+0+0" + +# JetBrains Mono NL with nvidia: +GLEFT="104x49+0+0" +GRIGHT="80x49+1050+0" +GFULL="185x49+0+0" murder_shell() { # kill the shell that called the shell that's running this script -- cgit v1.2.3