From b918fa72d9a1acd2c05dc549f2d67f0dc32fce41 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 2 Apr 2018 16:24:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260affe..7dda234 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ makepkg -si ## Further Notes + Change the transparency value by modifying the `alpha` variable in [config.h](https://github.com/alrayyes/st/blob/master/config.h). -+ Default font is system "mono" at 14pt ++ Default font is system "mono" at 16pt + Forked from [https://github.com/LukeSmithxyz/st](https://github.com/LukeSmithxyz/st) * When modifying [config.h](https://github.com/alrayyes/st/blob/master/config.h) be sure to run ```updpkgsums``` to update checksums before running ```makepkg -si```