Jafner.net/dotfiles/config/kzones/layouts.json

86 lines
1.7 KiB
JSON
Raw Normal View History

2024-06-22 13:29:21 -07:00
[
{
"name": "Left Display",
"padding": 10,
"zones": [
{
"x": 50,
"y": 0,
"height": 100,
"width": 50
},
{
"x": 0,
"y": 0,
"height": 50,
"width": 50
},
{
"x": 0,
"y": 50,
"height": 50,
"width": 50
}
]
},
{
"name": "Middle Display",
"padding": 10,
"zones": [
{
"x": 0,
"y": 0,
"height": 100,
"width": 50
},
{
"x": 50,
"y": 0,
"height": 100,
"width": 50
}
]
},
{
"name": "Right Display",
"padding": 10,
"zones": [
{
"x": 0,
"y": 55,
"height": 45,
"width": 50
},
{
"x": 0,
"y": 0,
"height": 55,
"width": 50
},
{
"x": 50,
"y": 0,
"height": 45,
"width": 50
},
{
"x": 50,
"y": 45,
"height": 55,
"width": 50
}
]
},
{
"name": "Fullscreen",
"padding": 10,
"zones": [
{
"x": 0,
"y": 0,
"height": 100,
"width": 100
}
]
}
]