From 218563ad56f3679ccf8462002b0221add0afe7a0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 7 Apr 2024 12:18:24 -0400 Subject: uleft: adjust geometry for nvidia. --- uleft | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'uleft') diff --git a/uleft b/uleft index a1f8022..eac3856 100755 --- a/uleft +++ b/uleft @@ -17,9 +17,17 @@ #GFULL="167x54+0+0" # JetBrains Mono NL with nvidia: -GLEFT="104x49+0+0" -GRIGHT="80x49+1050+0" -GFULL="185x49+0+0" +#GLEFT="104x49+0+0" +#GRIGHT="80x49+1050+0" +#GFULL="185x49+0+0" + +# JetBrains Mono NL with nvidia, multihead +#GLEFT="104x51+1280+0" +#GRIGHT="101x51+2222+0" +#GFULL="205x51-71+0" +GLEFT="101x49+1280+0" +GRIGHT="90x49+2295+0" +GFULL="191x49+1280+0" murder_shell() { # kill the shell that called the shell that's running this script -- cgit v1.2.3