Skip to content

06. Settings

Alexa Tyszka edited this page Jul 31, 2026 · 1 revision

Settings and Where They Are Stored

TreeHouse remembers most display options between sessions. The configuration is stored using the platform's native location for application data, under the application identifier is.karol.treehouse:

  • macOS
    ~/Library/Application Support/is.karol.treehouse/TreeHouse/
  • Linux
     ~/.config/is.karol.treehouse/TreeHouse/ 
     
     # (or the equivalent XDG path)
  • Windows
    %APPDATA%\is.karol.treehouse\TreeHouse\

The configuration file is a small TOML document. If you ever want to reset TreeHouse to defaults, simply delete this file and start TreeHouse again. A fresh default configuration will be created.

To open the in-app settings dialog, choose AppSettings (macOS: Cmd+,) or the equivalent menu entry on your platform. The settings dialog mirrors the side-bar options and applies them across sessions.

Clone this wiki locally