diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 08:09:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 08:12:13 +0100 |
commit | 7cd2c283f5231324ff63db367073207b2fe8c04b (patch) | |
tree | 7a9aa48be2f815c841fc77a8c6c181c3e50966f8 /examples | |
parent | typo (diff) | |
download | blueshift-7cd2c283f5231324ff63db367073207b2fe8c04b.tar.gz blueshift-7cd2c283f5231324ff63db367073207b2fe8c04b.tar.bz2 blueshift-7cd2c283f5231324ff63db367073207b2fe8c04b.tar.xz |
add uses_adhoc_settings
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/comprehensive | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 05407b5..d361bea 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -6,7 +6,8 @@ # negative image, inverted image, sigmoid correction, or free # function modifier. Neither does it support multiple screens, # this is normally not an issue because Xinerama is normally used -# to put all monitors on the same screen. +# to put all monitors on the same screen; nor does it parse +# ad-hoc settings # Geographical coodinates. @@ -163,6 +164,12 @@ monitor_controller = lambda : randr(*monitors) ''' +uses_adhoc_opts = False +''' +:bool `True` if the configuration screens parses the ad-hoc settings +''' + + last_dayness = None def periodically(year, month, day, hour, minute, second, weekday, fade): ''' |