i3: Modify DSK tree, buffer out timings for AWS trees
This commit is contained in:
@@ -12,15 +12,36 @@
|
||||
}
|
||||
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"border": "pixel",
|
||||
"floating": "auto_off",
|
||||
"layout": "splitv",
|
||||
"percent": 0.4,
|
||||
"swallows": [
|
||||
"type": "con",
|
||||
"nodes": [
|
||||
{
|
||||
"class": "^konsole$"
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"floating": "auto_off",
|
||||
"percent": 0.8,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^konsole$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
},
|
||||
{
|
||||
"border": "normal",
|
||||
"current_border_width": 2,
|
||||
"floating": "auto_off",
|
||||
"percent": 0.2,
|
||||
"swallows": [
|
||||
{
|
||||
"class": "^konsole$"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
}
|
||||
],
|
||||
"type": "con"
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user