diff options
author | B. Watson <urchlay@slackware.uk> | 2023-07-29 17:56:26 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2023-07-29 17:56:26 -0400 |
commit | d1134cdf9e967f37a172dfc779ad6b9adf43fc43 (patch) | |
tree | 4cbd3d31849b67a3e9b5d7f11e0f96aecb825518 | |
parent | 5b4b07b24758db23959f9ca91743205ff41057fa (diff) | |
download | misc-scripts-d1134cdf9e967f37a172dfc779ad6b9adf43fc43.tar.gz |
uleft: update geometry for new font.
-rwxr-xr-x | uleft | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |