i3: Add tree support
This commit is contained in:
26
.config/i3/trees/2term.json
Normal file
26
.config/i3/trees/2term.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"floating": "auto_off",
|
||||
"percent": 0.6,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^konsole$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"floating": "auto_off",
|
||||
"percent": 0.4,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^konsole$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
|
Reference in New Issue
Block a user