Files
dotfiles/i3/workspace-1.json
2025-12-04 20:30:39 +01:00

57 lines
1.0 KiB
JSON

// vim:ts=4:sw=4:et
{
"name": "Todoist",
"percent": 0.15,
"swallows": [
{
"instance": "^crx_knaiokfnmjjldlfhlioejgcompgenfhb$"
}
],
"type": "con"
}
{
"name": "Brave",
"percent": 0.60,
"swallows": [
{
"class": "^Brave\\-browser$",
"instance": "^brave\\-browser$",
"window_role": "^browser$"
}
],
"type": "con"
}
{
// splitv split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.35,
"type": "con",
"nodes": [
{
"name": "Logseq",
"percent": 0.5,
"swallows": [
{
"class": "^Logseq$"
}
],
"type": "con"
},
{
"name": "Terminal",
"percent": 0.5,
"swallows": [
{
"class": "^kitty$"
}
],
"type": "con"
}
]
}