Created
November 6, 2020 13:35
-
-
Save mastersign/7a82a4c3e77f792815cb506314f8d44e to your computer and use it in GitHub Desktop.
PowerToys - Fancy Zones
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
| { | |
| "uuid": "{B5D3F76E-9611-4BD5-83A5-3778BEFDDE0C}", | |
| "name": "FiveThree", | |
| "type": "grid", | |
| "info": | |
| { | |
| "rows": 4, | |
| "columns": 6, | |
| "rows-percentage": [3300, 1700, 1600, 3400], | |
| "columns-percentage": [2000, 2000, 1000, 1000, 2000, 2000], | |
| "cell-child-map": [ | |
| [0, 1, 2, 3, 4, 5], | |
| [6, 7, 8, 9, 10, 11], | |
| [12, 13, 14, 15, 16, 17], | |
| [18, 19, 20, 21, 22, 23] | |
| ] | |
| } | |
| } |
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
| { | |
| "uuid": "{DAF6918D-2712-4263-923A-5BB23C919387}", | |
| "name": "FiveTwo", | |
| "type": "grid", | |
| "info": | |
| { | |
| "rows": 2, | |
| "columns": 6, | |
| "rows-percentage": [5000, 5000], | |
| "columns-percentage": [2000, 2000, 1000, 1000, 2000, 2000], | |
| "cell-child-map": [ | |
| [0, 1, 2, 3, 4, 5], | |
| [6, 7, 8, 9, 10, 11] | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment