mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 23:07:55 +08:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"RestartAfterRestore": true,
|
|
"IncludeFiles": [
|
|
"*Keyboard Manager\\default.json",
|
|
"*settings.json",
|
|
"*FancyZones\\custom-layouts.json",
|
|
"*FancyZones\\layout-hotkeys.json",
|
|
"*FancyZones\\layout-templates.json"
|
|
],
|
|
"IgnoreFiles": [
|
|
"*PowerToys\\log_settings.json",
|
|
"*PowerToys\\oobe_settings.json"
|
|
],
|
|
"IgnoredPTRunSettings": [
|
|
{
|
|
"Id": "525995402BEF4A8CA860D92F6D108092",
|
|
"Names": [
|
|
"IconPathDark",
|
|
"IconPathLight"
|
|
]
|
|
},
|
|
{
|
|
"Id": "5D69806A5A474115821C3E4C56B9C793",
|
|
"Names": [
|
|
"Description"
|
|
]
|
|
}
|
|
],
|
|
"IgnoredSettings": {
|
|
"backup-restore_settings.json": [
|
|
"RestartAfterRestore"
|
|
],
|
|
"settings.json": [
|
|
"powertoys_version"
|
|
],
|
|
"PowerToys Run\\Settings\\PowerToysRunSettings.json": [
|
|
"WindowLeft",
|
|
"WindowTop",
|
|
"ActivateTimes"
|
|
],
|
|
"PowerToys Run\\Settings\\Plugins\\Microsoft.Plugin.Program\\ProgramPluginSettings.json": [
|
|
"LastIndexTime",
|
|
"WindowTop",
|
|
"ActivateTimes"
|
|
]
|
|
}
|
|
} |