diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-15 17:38:12 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-01-15 17:38:12 -0500 |
commit | 37e35514734ff853b6c6f00a7c9209a9370155bd (patch) | |
tree | a286dd3fcb4de20f0e3b9b098743ce4631d08d1e | |
parent | 524ca7ffc3e68703277d7b1013962cbba1717a33 (diff) | |
download | misc-scripts-37e35514734ff853b6c6f00a7c9209a9370155bd.tar.gz |
uleft: fix geometry for newer freetype inter-line spacing
-rwxr-xr-x | uleft | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -6,9 +6,13 @@ # any arguments passed to this script are passed thru to urxvt. -GLEFT="96x53+0+0" -GRIGHT="88x53+968+0" -GFULL="185x53+0+0" +#GLEFT="96x53+0+0" +#GRIGHT="88x53+968+0" +#GFULL="185x53+0+0" + +GLEFT="87x49+0+0" +GRIGHT="80x49+968+0" +GFULL="167+0+0" murder_shell() { # kill the shell that called the shell that's running this script |