diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-07 12:18:24 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-07 12:18:24 -0400 |
commit | 218563ad56f3679ccf8462002b0221add0afe7a0 (patch) | |
tree | 5d78e54bd0a26428de73b05bce1a56168ead97a1 /uleft | |
parent | 824343d4123c3948a9f4774ed627da2868c33d2a (diff) | |
download | misc-scripts-218563ad56f3679ccf8462002b0221add0afe7a0.tar.gz |
uleft: adjust geometry for nvidia.
Diffstat (limited to 'uleft')
-rwxr-xr-x | uleft | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |