summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-16 20:07:21 +0530
committerPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-16 20:07:21 +0530
commita11e91e6517baf18d3300b393805e815fd3aba49 (patch)
tree93b3c8dddabed82e3a47dec09b0e3fbed2f92c90 /docs/Config.md
parentf4ccb684642516f1e9a96ed511a746cde50d0dfb (diff)
replaced 'screenMode' to 'windowSize' in config
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index cac8a4923..4bcac2064 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -21,7 +21,7 @@ If you want to change the config directory:
```yaml
gui:
# stuff relating to the UI
- screenMode: 'normal' # one of 'normal' | 'half' | 'full' default is 'normal'
+ windowSize: 'normal' # one of 'normal' | 'half' | 'full' default is 'normal'
scrollHeight: 2 # how many lines you scroll by
scrollPastBottom: true # enable scrolling past the bottom
sidePanelWidth: 0.3333 # number from 0 to 1