You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,25 @@ Perform basic setup and configuration via `hyprwhspr setup`.
4
4
5
5
Or use the CLI, or edit `~/.config/hyprwhspr/config.json` directly.
6
6
7
+
The config file uses **sparse storage** and will only contain values you've explicitly changed from the defaults. This keeps your config clean and means upstream default changes apply automatically on update.
8
+
9
+
There is also a `$schema` reference for IDE autocompletion and validation:
0 commit comments