diff --git a/.idea/runConfigurations/Run.xml b/.idea/runConfigurations/Run.xml
index faa7ec9..ee4bf08 100644
--- a/.idea/runConfigurations/Run.xml
+++ b/.idea/runConfigurations/Run.xml
@@ -10,6 +10,7 @@
+
diff --git a/.idea/runConfigurations/Run__Debug_.xml b/.idea/runConfigurations/Run__Debug_.xml
index 7411ef9..fc7be2a 100644
--- a/.idea/runConfigurations/Run__Debug_.xml
+++ b/.idea/runConfigurations/Run__Debug_.xml
@@ -11,6 +11,7 @@
+
diff --git a/examples/config.json b/examples/config.json
new file mode 100644
index 0000000..98e26ab
--- /dev/null
+++ b/examples/config.json
@@ -0,0 +1,18 @@
+{
+ "monitors": {
+ "DP-1": [
+ {
+ "left": [{"type": "clock"}]
+ },
+ {
+ "position": "top",
+ "left": []
+ }
+ ],
+ "DP-2": {
+ "position": "bottom",
+ "height": 30,
+ "left": []
+ }
+ }
+}
\ No newline at end of file