aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-07-29 17:56:26 -0400
committerB. Watson <urchlay@slackware.uk>2023-07-29 17:56:26 -0400
commitd1134cdf9e967f37a172dfc779ad6b9adf43fc43 (patch)
tree4cbd3d31849b67a3e9b5d7f11e0f96aecb825518
parent5b4b07b24758db23959f9ca91743205ff41057fa (diff)
downloadmisc-scripts-d1134cdf9e967f37a172dfc779ad6b9adf43fc43.tar.gz
uleft: update geometry for new font.
-rwxr-xr-xuleft13
1 files 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