aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-05 17:40:05 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-05 17:40:05 +0100
commit4871567025f6de055a7809af210c247226c57a47 (patch)
tree64031f9a81d1328e01c09c198d18fb85dfcf4964
parentFont tweak (diff)
downloadst-4871567025f6de055a7809af210c247226c57a47.tar.gz
st-4871567025f6de055a7809af210c247226c57a47.tar.bz2
st-4871567025f6de055a7809af210c247226c57a47.tar.xz
st-4871567025f6de055a7809af210c247226c57a47.tar.zst
st-4871567025f6de055a7809af210c247226c57a47.zip
Back to basics
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9bb06ca..6152ed5 100644
--- a/config.h
+++ b/config.h
@@ -16,7 +16,9 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
* Remember to remove cwscale if you change font
*/
-char *font = "UbuntuMono Nerd Font:size=13:antialias=true:autohint=true:";
+char *font = "DejaVuSansMono Nerd Font:pixelsize=15:antialias=true:autohint=true:";
+/* char *font = "mononoki Nerd Font:pixelsize=16:antialias=true:autohint=true:"; */
+/* char *font = "UbuntuMono Nerd Font:pixelsize=17:antialias=true:autohint=true:"; */
int borderpx = 0;
/*