diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-10 21:54:37 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-10 21:54:37 +0200 |
| commit | 3026218eaa0d3be59a898939da5126ca03bc5969 (patch) | |
| tree | 6d9dfe729c2bca4a59e158fe44e8c3f7f1b4a476 /config.h | |
| parent | 2c2e0188f7dc29946483b83d088e4f35c3a9069c (diff) | |
add double buffering
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ static FontPath fonts[] = { "/usr/share/fonts/gnu-free/FreeMonoBoldOblique.otf" /* Bold-Italic */ }, }; -static int fontsize = 32; +static int fontsize = 12; static int borderpx = 2; /* |