nixconf/modules/home/gnome/layouts.json

103 lines
2.3 KiB
JSON

[
{
"_name": "Main and Stack [V]",
"_items": [
{
"rect": {
"x": 0,
"y": 0,
"width": 0.5,
"height": 1
},
"appId": null,
"loopType": null
},
{
"rect": {
"x": 0.5,
"y": 0,
"width": 0.5,
"height": 0.5
},
"appId": null,
"loopType": null
},
{
"rect": {
"x": 0.5,
"y": 0.5,
"width": 0.5,
"height": 0.5
},
"appId": null,
"loopType": null
}
]
},
{
"_name": "N-Columns",
"_items": [
{
"rect": {
"x": 0,
"y": 0,
"width": 1,
"height": 1
},
"appId": null,
"loopType": "v"
}
]
},
{
"_name": "2 : 1 [V]",
"_items": [
{
"rect": {
"x": 0,
"y": 0,
"width": 0.6,
"height": 1
},
"appId": null,
"loopType": null
},
{
"rect": {
"x": 0.6,
"y": 0,
"width": 0.4,
"height": 1
},
"appId": null,
"loopType": null
}
]
},
{
"_name": "2 : 1 [H]",
"_items": [
{
"rect": {
"x": 0,
"y": 0,
"width": 1,
"height": 0.65
},
"appId": null,
"loopType": null
},
{
"rect": {
"x": 0,
"y": 0.65,
"width": 1,
"height": 0.35
},
"appId": null,
"loopType": null
}
]
}
]