aboutsummaryrefslogtreecommitdiff
path: root/i3wm
diff options
context:
space:
mode:
Diffstat (limited to 'i3wm')
-rw-r--r--i3wm/.i3/layout/half_diquarter.json37
1 files changed, 19 insertions, 18 deletions
diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json
index 659aeba..9d2ee23 100644
--- a/i3wm/.i3/layout/half_diquarter.json
+++ b/i3wm/.i3/layout/half_diquarter.json
@@ -1,16 +1,5 @@
{
- "percent": 0.5,
- "swallows": [
- {
- "instance": ".*"
- }
- ],
- "type": "con"
-}
-{
- "layout": "splitv",
- "percent": 0.5,
- "type": "con",
+ "layout": "splith",
"nodes": [
{
"percent": 0.5,
@@ -18,17 +7,29 @@
{
"instance": ".*"
}
- ],
- "type": "con"
+ ]
},
{
+ "layout": "splitv",
"percent": 0.5,
- "swallows": [
+ "nodes": [
{
- "instance": ".*"
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ]
+ },
+ {
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ]
}
- ],
- "type": "con"
+ ]
}
]
}