Last active
April 1, 2024 12:24
-
-
Save vantm/2b1db17e2983f29be731b8dfa61fba5b to your computer and use it in GitHub Desktop.
My FancyZone custom layouts
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": "{0E526AA1-F466-4037-AA97-065BE028DAE4}", | |
| "name": "Wide Horizontal Monitor", | |
| "type": "canvas", | |
| "info": { | |
| "ref-width": 2560, | |
| "ref-height": 1392, | |
| "zones": [ | |
| { | |
| "X": 4, | |
| "Y": 4, | |
| "width": 1274, | |
| "height": 1384 | |
| }, | |
| { | |
| "X": 4, | |
| "Y": 4, | |
| "width": 1700, | |
| "height": 1384 | |
| }, | |
| { | |
| "X": 1282, | |
| "Y": 4, | |
| "width": 1274, | |
| "height": 1384 | |
| }, | |
| { | |
| "X": 1708, | |
| "Y": 4, | |
| "width": 848, | |
| "height": 1384 | |
| }, | |
| { | |
| "X": 1708, | |
| "Y": 4, | |
| "width": 848, | |
| "height": 690 | |
| }, | |
| { | |
| "X": 1708, | |
| "Y": 698, | |
| "width": 848, | |
| "height": 690 | |
| } | |
| ], | |
| "sensitivity-radius": 40 | |
| } | |
| }, | |
| { | |
| "uuid": "{FF8F820F-2D87-42C9-8316-F9581A4F8272}", | |
| "name": "Vertical Monitor", | |
| "type": "canvas", | |
| "info": { | |
| "ref-width": 1152, | |
| "ref-height": 2000, | |
| "zones": [ | |
| { | |
| "X": 4, | |
| "Y": 4, | |
| "width": 1144, | |
| "height": 662 | |
| }, | |
| { | |
| "X": 4, | |
| "Y": 4, | |
| "width": 1144, | |
| "height": 1327 | |
| }, | |
| { | |
| "X": 4, | |
| "Y": 670, | |
| "width": 1144, | |
| "height": 1326 | |
| }, | |
| { | |
| "X": 4, | |
| "Y": 1335, | |
| "width": 1144, | |
| "height": 661 | |
| } | |
| ], | |
| "sensitivity-radius": 40 | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment