aboutsummaryrefslogtreecommitdiff
path: root/i3wm
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-12-23 17:34:38 +0100
committerAdrian Kummerlaender2014-12-23 17:34:38 +0100
commit6c7aae8a4344b55334d14a622993525abf206a17 (patch)
tree432e2a1dfb1cf4dbdde84346d80092b5bc805830 /i3wm
parentb13e50fe0c0175b3ee5b2d6a76172dbe237c9343 (diff)
downloaddotfiles-6c7aae8a4344b55334d14a622993525abf206a17.tar
dotfiles-6c7aae8a4344b55334d14a622993525abf206a17.tar.gz
dotfiles-6c7aae8a4344b55334d14a622993525abf206a17.tar.bz2
dotfiles-6c7aae8a4344b55334d14a622993525abf206a17.tar.lz
dotfiles-6c7aae8a4344b55334d14a622993525abf206a17.tar.xz
dotfiles-6c7aae8a4344b55334d14a622993525abf206a17.tar.zst
dotfiles-6c7aae8a4344b55334d14a622993525abf206a17.zip
Further simplified `half_diquarter` layout
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"
+ ]
}
]
}