From: Don Armstrong Date: Wed, 4 May 2022 23:57:59 +0000 (-0700) Subject: switch to inconsolata X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=652d77cc8e86d3104f62d5f4f3dc566e712bfecf switch to inconsolata --- diff --git a/st b/st index 471e8d9..1e7751e 100755 --- a/st +++ b/st @@ -1,8 +1,8 @@ #!/bin/sh if which stterm >/dev/null 2>&1; then - exec stterm -f 'Fixed:pixelsize=20'; + exec stterm -f 'Inconsolata:pixelsize=25'; elif which urxvt >/dev/null 2>&1; then - exec urxvt -f 'xft:Fixed:pixelsize=20'; + exec urxvt -f 'xft:Inconsolata:pixelsize=25'; elif which uxterm >/dev/null 2>&1; then exec uxterm; else