summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-08-22 10:49:19 +0100
committerPhil Jones <philj56@gmail.com>2022-08-22 10:49:19 +0100
commit226b063306291642b9bc9d5df0e54f2886d18486 (patch)
tree4e9bd295f0558c2e5cdc490a09c7821f9fa867bd /doc/config
parentfaf685ca266d9cd3e2bb42d2ef105a5577cfcaf1 (diff)
Add --prompt-padding option.
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index 4d337b5..e1e93a7 100644
--- a/doc/config
+++ b/doc/config
@@ -54,6 +54,9 @@
# Prompt to display.
prompt-text = "run: "
+ # Extra horizontal padding between prompt and input.
+ prompt-padding = 0
+
# Maximum number of results to display.
# If 0, tofi will draw as many results as it can fit in the window.
num-results = 0