From 70d7be8f8ca41a6d4c6307e6cb4a99a69e10f084 Mon Sep 17 00:00:00 2001 From: Felix Angell Date: Mon, 16 Apr 2018 14:16:25 +0100 Subject: [PATCH] readme updates --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3311920..3849b3c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,10 @@ If you're on macOS, you can get these dependencies via. homebrew. If you're on w ## configuration Configuration files are stored in `$HOME/.phi-editor-editor/config.toml`. Note that this directory is created on first startup by the editor, as well as the configuration -file below is pre-loaded: +files in the 'cfg/' directory are pre-loaded dependening on platform: see 'cfg/linuxconfig.go', for example. + +Below is a (non-exhaustive) configuration file to give you an +idea of what the config files are like: ```toml [editor] @@ -56,6 +59,7 @@ highlight_line = true aliased = true accelerated = true throttle_cpu_usage = true +always_render = true [theme] background = 0x002649