summaryrefslogtreecommitdiff
path: root/st/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-15 04:48:52 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-15 04:48:52 +0900
commit65448f08ec118ac9cc4fbf882af48ca9fdb4bb46 (patch)
treeb4db7eb65d68b157d322c6a17b28227f68715a05 /st/config.h
parent938e2e9bda1c103e249b43cdf9a074d20a308393 (diff)
Init
Diffstat (limited to 'st/config.h')
-rw-r--r--st/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h
index 0555fbc..f8ff810 100644
--- a/st/config.h
+++ b/st/config.h
@@ -197,7 +197,7 @@ static uint forcemousemod = ShiftMask;
* Xresources preferences to load at startup
*/
ResourcePref resources[] = {
- { "fonts", STRING, &fonts },
+ { "fonts", STRING, &fonts },
{ "fontalt0", STRING, &font2[0] },
{ "color0", STRING, &colorname[0] },
{ "color1", STRING, &colorname[1] },