0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00
tokyo-night-linux/.config/i3/workspace-3.json

75 lines
1.5 KiB
JSON
Raw Normal View History

2021-07-18 05:26:12 -04:00
// vim:ts=4:sw=4:et
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 996,
"width": 451,
"x": 0,
"y": 0
},
"marks": [],
"name": "nemoSHM",
"percent": 0.5,
"swallows": [
{
"class": "^Nemo$"
}
],
"type": "con"
}
{
// splitv split container with 2 children
"border": "normal",
"floating": "auto_off",
"layout": "splitv",
"marks": [],
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 996,
"width": 451,
"x": 0,
"y": 0
},
"marks": [],
"name": "nemoConfig",
"percent": 0.5,
"swallows": [
{
"class": "^Nemo$"
}
],
"type": "con"
},
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 996,
"width": 451,
"x": 0,
"y": 0
},
"marks": [],
"name": "nemoSHM",
"percent": 0.5,
"swallows": [
{
"class": "^Nemo$"
}
],
"type": "con"
}
]
}