diff options
Diffstat (limited to 'uleft')
-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 |