diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 18:58:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 18:58:43 +0100 |
commit | c2e60572082ab9db54ebb77f8852e2010231c34f (patch) | |
tree | bf591733c04b33c7bfa1636e7c60e646ae5488fa /examples | |
parent | m (diff) | |
download | blueshift-c2e60572082ab9db54ebb77f8852e2010231c34f.tar.gz blueshift-c2e60572082ab9db54ebb77f8852e2010231c34f.tar.bz2 blueshift-c2e60572082ab9db54ebb77f8852e2010231c34f.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lisp-esque | 1 | ||||
-rw-r--r-- | examples/lisp-esque.conf | 3 |
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) |