Below, in the custom-layouts.json
file, you will find my custom PowerToys FancyZones canvas. You can copy paste the entire file, or add the json object inside the "custom-layouts" array to your own, inside %LocalAppData%\Microsoft\PowerToys\FancyZones
.
Created
August 21, 2024 12:22
-
-
Save mia-riezebos/037807662c593ddacd927e3b06ab5ee9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"custom-layouts": [ | |
{ | |
"uuid": "{30DB891C-8D71-4A90-82CD-F71599FCFCC3}", | |
"name": "Freeform Priority Canvas (4K)", | |
"type": "canvas", | |
"info": { | |
"ref-width": 3840, | |
"ref-height": 2160, | |
"zones": [ | |
{ | |
"X": 640, | |
"Y": 360, | |
"width": 2560, | |
"height": 1440 | |
}, | |
{ | |
"X": 20, | |
"Y": 20, | |
"width": 1890, | |
"height": 1050 | |
}, | |
{ | |
"X": 1930, | |
"Y": 20, | |
"width": 1890, | |
"height": 1050 | |
}, | |
{ | |
"X": 20, | |
"Y": 1090, | |
"width": 1890, | |
"height": 1050 | |
}, | |
{ | |
"X": 1930, | |
"Y": 1090, | |
"width": 1890, | |
"height": 1050 | |
}, | |
{ | |
"X": 20, | |
"Y": 20, | |
"width": 1890, | |
"height": 2120 | |
}, | |
{ | |
"X": 1930, | |
"Y": 20, | |
"width": 1890, | |
"height": 2120 | |
}, | |
{ | |
"X": 20, | |
"Y": 20, | |
"width": 1254, | |
"height": 2120 | |
}, | |
{ | |
"X": 2566, | |
"Y": 20, | |
"width": 1254, | |
"height": 2120 | |
}, | |
{ | |
"X": 20, | |
"Y": 20, | |
"width": 2527, | |
"height": 2120 | |
}, | |
{ | |
"X": 1293, | |
"Y": 20, | |
"width": 2527, | |
"height": 2120 | |
}, | |
{ | |
"X": 20, | |
"Y": 20, | |
"width": 1254, | |
"height": 1050 | |
}, | |
{ | |
"X": 20, | |
"Y": 1090, | |
"width": 1254, | |
"height": 1050 | |
}, | |
{ | |
"X": 1293, | |
"Y": 20, | |
"width": 2527, | |
"height": 1050 | |
}, | |
{ | |
"X": 1293, | |
"Y": 1090, | |
"width": 2527, | |
"height": 1050 | |
}, | |
{ | |
"X": 20, | |
"Y": 20, | |
"width": 2527, | |
"height": 1050 | |
}, | |
{ | |
"X": 20, | |
"Y": 1090, | |
"width": 2527, | |
"height": 1050 | |
}, | |
{ | |
"X": 2566, | |
"Y": 20, | |
"width": 1254, | |
"height": 1050 | |
}, | |
{ | |
"X": 2566, | |
"Y": 1090, | |
"width": 1254, | |
"height": 1050 | |
} | |
], | |
"sensitivity-radius": 0 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment