user options: use jsonc

This commit is contained in:
end-4
2025-04-02 23:41:15 +02:00
parent 7e2926bdf9
commit 3ace513374
5 changed files with 325 additions and 254 deletions
+16
View File
@@ -0,0 +1,16 @@
// Options in this file override the defaults in:
// ~/.config/ags/modules/.configuration/default_options.jsonc
//
// vscode: ctrl+click this: file://./modules/.configuration/default_options.jsonc
// vim: `:vsp` to split window, move cursor to the path, press `gf`.
// `Ctrl-w` twice to switch between the files
//
// This file is parsed with a custom JSONC parser.
// Don't expect every JSONC feature in... say, vscode, to work.
{
// Example: Uncomment the following 3 lines to show 8 (instead of 10) workspaces on the bar
// "workspaces": {
// "shown": 8
// }
}