diff options
| author | Mouad Alami <mouad@alami.xyz> | 2026-04-13 12:55:23 +0100 |
|---|---|---|
| committer | Mouad Alami <mouad@alami.xyz> | 2026-04-13 12:55:23 +0100 |
| commit | 3e5c3700456f0323489165a172f92b5d05f40b19 (patch) | |
| tree | 9cc71e601e8c415180fd054e34f4bb415e9347cc /config.h | |
| parent | b1b636ae9c40df0435cafc0d311a7b57c6b335b0 (diff) | |
changed font-style and font-size
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; /* |
