summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <mouad@alami.xyz>2026-04-13 12:55:23 +0100
committerMouad Alami <mouad@alami.xyz>2026-04-13 12:55:23 +0100
commit3e5c3700456f0323489165a172f92b5d05f40b19 (patch)
tree9cc71e601e8c415180fd054e34f4bb415e9347cc /config.h
parentb1b636ae9c40df0435cafc0d311a7b57c6b335b0 (diff)
changed font-style and font-size
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2cd740a..22daf77 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "mono:pixelsize=16:antialias=true:autohint=true";
static int borderpx = 2;
/*