diff options
| author | lucashemi <lucasxberger@gmail.com> | 2022-09-17 12:23:46 -0300 |
|---|---|---|
| committer | lucashemi <lucasxberger@gmail.com> | 2022-09-17 12:23:46 -0300 |
| commit | d892678226b0448aa9e8b563ed1327accdc97175 (patch) | |
| tree | bde71b5b2a68a36d83773088b0c04f642ee8c796 /config.h | |
| parent | dc2d922aff780458e8210a17827794e5b3964048 (diff) | |
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrains Mono:pixelsize=16:antialias=true:autohint=true"; +static char *font = "Dejavu Sans Mono:pixelsize=16:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; -static int borderpx = 15; +static int borderpx = 2; /* * What program is execed by st depends of these precedence rules: |
