Skip to content

Instantly share code, notes, and snippets.

@justtails
Last active November 13, 2025 19:50
Show Gist options
  • Select an option

  • Save justtails/4ad65e1993ccc3e73e7f77263ccb8f1f to your computer and use it in GitHub Desktop.

Select an option

Save justtails/4ad65e1993ccc3e73e7f77263ccb8f1f to your computer and use it in GitHub Desktop.
KZones favourite layouts
[
{
"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