Last active
November 13, 2025 19:50
-
-
Save justtails/4ad65e1993ccc3e73e7f77263ccb8f1f to your computer and use it in GitHub Desktop.
KZones favourite 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
| [ | |
| { | |
| "name": "Three Vertical Equal", | |
| "padding": 0, | |
| "zones": [ | |
| { | |
| "x": 0, | |
| "y": 0, | |
| "height": 100, | |
| "width": 33 | |
| }, | |
| { | |
| "x": 33, | |
| "y": 0, | |
| "height": 100, | |
| "width": 33 | |
| }, | |
| { | |
| "x": 66, | |
| "y": 0, | |
| "height": 100, | |
| "width": 33 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "Priority Grid", | |
| "padding": 0, | |
| "zones": [ | |
| { | |
| "x": 0, | |
| "y": 0, | |
| "height": 100, | |
| "width": 25 | |
| }, | |
| { | |
| "x": 25, | |
| "y": 0, | |
| "height": 100, | |
| "width": 50 | |
| }, | |
| { | |
| "x": 75, | |
| "y": 0, | |
| "height": 100, | |
| "width": 25 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "Quadrant Grid", | |
| "zones": [ | |
| { | |
| "x": 0, | |
| "y": 0, | |
| "height": 50, | |
| "width": 50 | |
| }, | |
| { | |
| "x": 0, | |
| "y": 50, | |
| "height": 50, | |
| "width": 50 | |
| }, | |
| { | |
| "x": 50, | |
| "y": 50, | |
| "height": 50, | |
| "width": 50 | |
| }, | |
| { | |
| "x": 50, | |
| "y": 0, | |
| "height": 50, | |
| "width": 50 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "Trinity Grid Left", | |
| "zones": [ | |
| { | |
| "x": 0, | |
| "y": 0, | |
| "height": 50, | |
| "width": 40 | |
| }, | |
| { | |
| "x": 0, | |
| "y": 50, | |
| "height": 50, | |
| "width": 40 | |
| }, | |
| { | |
| "x": 40, | |
| "y": 0, | |
| "height": 100, | |
| "width": 60 | |
| } | |
| ] | |
| }, | |
| { | |
| "name": "Trinity Grid Right", | |
| "zones": [ | |
| { | |
| "x": 0, | |
| "y": 0, | |
| "height": 100, | |
| "width": 60 | |
| }, | |
| { | |
| "x": 60, | |
| "y": 0, | |
| "height": 50, | |
| "width": 40 | |
| }, | |
| { | |
| "x": 60, | |
| "y": 50, | |
| "height": 50, | |
| "width": 40 | |
| } | |
| ] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment