summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/lisp-esque1
-rw-r--r--examples/lisp-esque.conf3
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/lisp-esque b/examples/lisp-esque
index f287a2c..5368255 100644
--- a/examples/lisp-esque
+++ b/examples/lisp-esque
@@ -127,4 +127,5 @@ def parse(code):
# Parse .conf file
conf = parse(conf)
+print(conf)
diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf
index 42b0d47..130068d 100644
--- a/examples/lisp-esque.conf
+++ b/examples/lisp-esque.conf
@@ -7,8 +7,7 @@
; Both ; (semicolon) and # (pound) start commands ending the end of the line
-; You can define multiple configurations, the first one (called 'default' here ) is used by default.
-(default
+(blueshift
; Index of monitors to use.
(monitors) ; For all monitors
; For the primary monitor: (monitors 0)