mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2026-08-04 22:19:30 +00:00
fix(i3): window startup
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user