[geany/geany-osx] bbc0cb: Mention the configuration file in README
Jiří Techet
git-noreply at xxxxx
Sat Nov 2 20:46:54 UTC 2019
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Sat, 02 Nov 2019 20:46:54 UTC
Commit: bbc0cb6bb52083c1fd561cb5b8c94069e3634633
https://github.com/geany/geany-osx/commit/bbc0cb6bb52083c1fd561cb5b8c94069e3634633
Log Message:
-----------
Mention the configuration file in README
Modified Paths:
--------------
README.md
Modified: README.md
12 lines changed, 10 insertions(+), 2 deletions(-)
===================================================================
@@ -10,6 +10,14 @@ The macOS binaries can be downloaded from the Geany Releases page:
<https://www.geany.org/Download/Releases>
+Configuration
+-------------
+In addition to standard Geany configuration, the macOS bundle creates
+its own configuration file under `~/.config/geany/geany_mac.conf` upon
+first start. In this configuration file it is for instance possible
+to override the used theme (light/dark) when autodetection based on
+system macOS theme is not desired.
+
Files and Directories
---------------------
A brief description of the contents of the project directory:
@@ -107,11 +115,11 @@ Geany Build
the following commands inside the `geany-osx` directory depending on
whether to use Geany sources from the latest release tarball or current
git master:
- * **Geany from release tarball**
+ * **tarball**
```
jhbuild -m `pwd`/geany.modules build geany-bundle-release
```
- * **Geany from git master**
+ * **git master**
```
jhbuild -m `pwd`/geany.modules build geany-bundle-git
```
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list