diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-09-05 11:47:27 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-09-05 11:47:27 +0200 |
| commit | b89f42a3ac8d42da4c5ce4340c33a759dc703a4a (patch) | |
| tree | 72e4f2d442eb76c8344628158decc16ef76c5e8a /mut/st | |
| parent | de034b4197adf5c768330dbd2c21e844762056fa (diff) | |
some tweaks to make copying better
Diffstat (limited to 'mut/st')
| -rw-r--r-- | mut/st/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mut/st/config.h b/mut/st/config.h index 0fbbdc0..d89d07a 100644 --- a/mut/st/config.h +++ b/mut/st/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMonoNLNerdFontMono:pixelsize=16:antialias=true:autohint=true"; static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; static int borderpx = 2; |
