From a431aa164e89c75f6c103bea6813479e48aa810c Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Wed, 24 Jul 2024 23:26:38 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95ef32bd..b8ade2f0 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ Dotenv files are separate from collections, although you may wish to include the | `focus.on_startup` (`POSTING_FOCUS__ON_STARTUP`) | `"url"`, `"method", "collection"` (Default: `"url"`) | Automatically focus the URL bar, method, or collection browser when the app starts. | | `focus.on_response` (`POSTING_FOCUS__ON_RESPONSE`) | `"body"`, `"tabs"` (Default: `unset`)| Automatically focus the response tabs or response body text area when a response is received. | | `text_input.blinking_cursor` (`POSTING_TEXT_INPUT__BLINKING_CURSOR`) | `true`, `false` (Default: `true`) | If enabled, the cursor will blink in input widgets and text area widgets. | - +| `use_xresources` (`POSTING_USE_XRESOURCES`) | `true`, `false` (Default: `false`) | Try to create themes called `xresources-dark` and `xresources-light` (see the section below) | ## SSL certificate configuration @@ -339,4 +339,4 @@ You can optionally supply an output directory. If no output directory is supplied, the default collection directory will be used. -Posting will attempt to build a file structure in the collection that aligns with the URL structure of the imported API. \ No newline at end of file +Posting will attempt to build a file structure in the collection that aligns with the URL structure of the imported API.