Arttrc
Arttrc is a configuration file name used by several art-oriented software applications to store user preferences. There is no single specification for arttrc; the exact format and keys vary by program. Most implementations treat arttrc as a plain-text file loaded at application startup or when the user requests to refresh settings. It is commonly located in the user's home directory or a per-application config directory.
Formats and syntax: Depending on the program, arttrc may use INI-like syntax with sections [Appearance], [Shortcuts],
Usage: The file stores settings such as UI theme, color palette, brush presets, grid visibility, tool shortcuts,
Location and discovery: Typical locations include ~/.config/<app>/arttrc or ~/.arttrc on Unix-like systems, and %APPDATA%\<App>\arttrc on Windows.
Maintenance and compatibility: Editing arttrc should follow the program's documented keys to avoid syntax errors. When
See also: Configuration file, INI file, JSON, YAML, XDG Base Directory Specification.