diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-15 04:48:52 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-06-15 04:48:52 +0900 |
| commit | 65448f08ec118ac9cc4fbf882af48ca9fdb4bb46 (patch) | |
| tree | b4db7eb65d68b157d322c6a17b28227f68715a05 | |
| parent | 938e2e9bda1c103e249b43cdf9a074d20a308393 (diff) | |
Init
| -rw-r--r-- | st/config.h | 2 |
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] }, |
