Skip to content

Commit 60dd87a

Browse files
committed
chore(powertoys): sync settings data with current app output
Update PowerToys settings data to reflect current app-managed keys and version fields, and trim template whitespace so rendered output stays stable and minified. Made-with: Cursor
1 parent 610038f commit 60dd87a

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

home/.chezmoidata/powertoys/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"CursorWrap": false,
1414
"EnvironmentVariables": true,
1515
"FancyZones": true,
16-
"File Explorer": true,
16+
"File Explorer Preview": true,
1717
"File Locksmith": true,
1818
"FindMyMouse": true,
1919
"Hosts": true,
@@ -27,6 +27,7 @@
2727
"MouseWithoutBorders": false,
2828
"NewPlus": false,
2929
"Peek": true,
30+
"PowerDisplay": false,
3031
"PowerRename": true,
3132
"PowerToys Run": false,
3233
"QuickAccent": false,
@@ -58,7 +59,8 @@
5859
},
5960
"theme": "system",
6061
"system_theme": "dark",
61-
"powertoys_version": "v0.98.0",
62+
"powertoys_version": "v0.98.1",
63+
"action_name": "",
6264
"ignored_conflict_properties": {
6365
"ignored_shortcuts": []
6466
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{{/*
1+
{{- /*
22
PowerToys rewrites this file as minified JSON.
33
Render from structured chezmoidata with toJson so chezmoi output matches
44
PowerToys formatting and avoids whitespace-only diffs.
5-
*/}}
5+
*/ -}}
66
{{ .powertoys.settings | toJson }}

0 commit comments

Comments
 (0)