dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 4040ff63496c74a0d3c4793041866d493b89a620
parent 49eb0a9d8b7469568028f21aff16c563e187aa10
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sun, 20 Aug 2017 22:05:51 -0700

sl: lower st font size

Diffstat:
sl/st.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sl/st.h b/sl/st.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -char font[] = "FantasqueSansMono:pixelsize=18:antialias=false:autohint=false"; +char font[] = "FantasqueSansMono:pixelsize=16:antialias=false:autohint=false"; int borderpx = 2; /*