diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-10 01:54:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-10 01:54:56 +0100 |
commit | d6d34aacced4276253e8e34b8849308d4753a1b3 (patch) | |
tree | 9188b88ab0e49a55348f0e387af3178cb6a44907 /Makefile | |
parent | documentation for some of the functions (diff) | |
download | blueshift-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-- | 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 current-settings + xmobar xpybar stored-settings current-settings xmonad # Build rules |