From 6c7bcf45d6dfbbe0d3123d03fec679468f0c9a3c Mon Sep 17 00:00:00 2001
From: Tilman Vatteroth <tilman.vatteroth@udo.edu>
Date: Mon, 7 Nov 2016 20:33:14 +0100
Subject: [PATCH] default config explizit

---
 config/layouts/default.json | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100755 config/layouts/default.json

diff --git a/config/layouts/default.json b/config/layouts/default.json
new file mode 100755
index 0000000..080ecd1
--- /dev/null
+++ b/config/layouts/default.json
@@ -0,0 +1,35 @@
+{
+	"type": "xsplit",
+	"cut": 35,
+	"left": {
+		"type": "panel",
+		"name": "departure",
+		"config": "oh14"
+	},
+	"right": {
+		"type": "ysplit",
+		"cut": 30,
+		"up": {
+			"type": "panel",
+			"name": "clock"
+		},
+		"down": {
+			"type": "cycler",
+			"duration": 5,
+			"panels": [
+				{
+					"type": "panel",
+					"name": "ufc"
+				},
+				{
+					"type": "panel",
+					"name": "mensaPlan"
+				},
+				{
+					"type": "panel",
+					"name": "lsfView"
+				}
+			]
+		}
+	}
+}
-- 
GitLab