From: Randy McShandy Date: Mon, 2 Oct 2023 00:59:05 +0000 (-0500) Subject: update config variable name in readme X-Git-Url: http://git.mcshandy.xyz/gitweb.cgi?a=commitdiff_plain;h=fe71ae8f31afa41fd97af6d58d6bf4580e66e048;p=picker update config variable name in readme --- diff --git a/README.md b/README.md index 98139bc..fc7b301 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The only real dependencies are SDL2 and SDL2_TTF (for text). I sure hope you hav ### Configure Configuration of UI things is done through source/config.h. Most options will be self-explanatory. -The only thing you'll *really* need to touch is config_font_path -- you probably don't have iosevka installed. Find a font you like and use it. It looks cool with the Pentiment fonts lol. I'll figure out font lookup later. +The only thing you'll *really* need to touch is font_path -- you probably don't have iosevka installed. Find a font you like and use it. It looks cool with the Pentiment fonts lol. I'll figure out font lookup later. The worst part here is the UI system I cooked up. UI components in the config_layout struct are tabbed to be a bit more clear but their dimensions are adjustable relative to the tab-parent above them, so you can rearrange the UI easily enough to your liking. Adjusting master window sizing might require this. ### Build