diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-04 18:58:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-04 18:58:39 +0100 |
commit | c5d72e955868a22305fcab2b680f24cf86b5ad21 (patch) | |
tree | 2f433223226fbff74860cc5e2ba246b3bc31d63e /Makefile | |
parent | add example: stored-settings (diff) | |
download | blueshift-c5d72e955868a22305fcab2b680f24cf86b5ad21.tar.gz blueshift-c5d72e955868a22305fcab2b680f24cf86b5ad21.tar.bz2 blueshift-c5d72e955868a22305fcab2b680f24cf86b5ad21.tar.xz |
small example transitioning from current settings1.7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ PYFILES = __main__.py colour.py curve.py monitor.py solar.py icc.py adhoc.py CBINDINGS = $(foreach B,$(SERVER_BINDINGS),blueshift_$(B).so) # Configuration script example files EXAMPLES = comprehensive sleepmode crtc-detection crtc-searching logarithmic \ - xmobar xpybar stored-settings + xmobar xpybar stored-settings current-settings # Build rules |