diff --git a/config/layouts/default.json b/config/layouts/default.json
new file mode 100755
index 0000000000000000000000000000000000000000..080ecd11736c57cfd05d207b7a06b0badcec4b16
--- /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"
+				}
+			]
+		}
+	}
+}