summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-10 01:54:56 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-10 01:54:56 +0100
commitd6d34aacced4276253e8e34b8849308d4753a1b3 (patch)
tree9188b88ab0e49a55348f0e387af3178cb6a44907 /Makefile
parentdocumentation for some of the functions (diff)
downloadblueshift-d6d34aacced4276253e8e34b8849308d4753a1b3.tar.gz
blueshift-d6d34aacced4276253e8e34b8849308d4753a1b3.tar.bz2
blueshift-d6d34aacced4276253e8e34b8849308d4753a1b3.tar.xz
add example that uses xmonad's log to determine active workspaces, allowing you to have different adjustments on different workspaces and monitors
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5455444..f79530b 100644
--- a/Makefile
+++ b/Makefile
@@ -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 current-settings
+ xmobar xpybar stored-settings current-settings xmonad
# Build rules