From d8d1271a030094876d39c1ef13504228b6d3ee2a Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 1 Mar 2023 12:28:40 -0600 Subject: resize st fonts --- X11/Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'X11/Xresources') diff --git a/X11/Xresources b/X11/Xresources index 65b1e2f..33642ed 100644 --- a/X11/Xresources +++ b/X11/Xresources @@ -30,8 +30,8 @@ st.termname: st-256color st.shell: /usr/bin/tmux ! The following options options can be reloaded via USR1 signal. -st.font: mononoki Nerd Font Mono:pixelsize=6:antialias=true:autohint=true; -st.font2: Symbola:pixelsize=6:antialias=true:autohint=true; +st.font: mononoki Nerd Font Mono:pixelsize=12:antialias=true:autohint=true; +st.font2: Symbola:pixelsize=12:antialias=true:autohint=true; st.borderpx: 3 ! st alpha ! st.alpha: 0.5 -- cgit v1.2.3