From 652d77cc8e86d3104f62d5f4f3dc566e712bfecf Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 4 May 2022 16:57:59 -0700 Subject: [PATCH] switch to inconsolata --- st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2