i3: Change aws trees

This commit is contained in:
2019-01-13 16:43:34 -06:00
parent c985d19d2b
commit a7fe917985
3 changed files with 8 additions and 8 deletions

View File

@@ -0,0 +1,68 @@
{
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.6,
"type": "con",
"nodes": [
{
"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"
}
]
}
{
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.4,
"type": "con",
"nodes" : [
{
"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"
}
]
}