fix(i3): window startup

This commit is contained in:
AquaAI 2026-07-26
2026-07-26 17:15:20 -04:00
parent 1960e0ed57
commit fe212c0a92
5 changed files with 65 additions and 24 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "splitv",
"type": "con",
"nodes": [
{
"border": "pixel",
"floating": "auto_off",
"percent": 0.5,
"swallows": [
{
"class": "^Brave-browser$",
"title": ".*Music Assistant.*"
}
],
"type": "con"
},
{
"border": "pixel",
"floating": "auto_off",
"percent": 0.5,
"swallows": [
{
"class": "^Brave-browser$",
"title": ".*YouTube.*"
}
],
"type": "con"
}
]
}