aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/layout/half_diquarter.json
diff options
context:
space:
mode:
Diffstat (limited to 'i3wm/.i3/layout/half_diquarter.json')
-rw-r--r--i3wm/.i3/layout/half_diquarter.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/i3wm/.i3/layout/half_diquarter.json b/i3wm/.i3/layout/half_diquarter.json
new file mode 100644
index 0000000..659aeba
--- /dev/null
+++ b/i3wm/.i3/layout/half_diquarter.json
@@ -0,0 +1,34 @@
+{
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ],
+ "type": "con"
+}
+{
+ "layout": "splitv",
+ "percent": 0.5,
+ "type": "con",
+ "nodes": [
+ {
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ "percent": 0.5,
+ "swallows": [
+ {
+ "instance": ".*"
+ }
+ ],
+ "type": "con"
+ }
+ ]
+}