diff options
author | Jason Creighton <jcreigh@gmail.com> | 2007-06-27 05:54:26 +0200 |
---|---|---|
committer | Jason Creighton <jcreigh@gmail.com> | 2007-06-27 05:54:26 +0200 |
commit | 4f6089647518404dfbebf7e710e4ccab6c450f98 (patch) | |
tree | 16c09541fe1093276d21294765b5ce2d8e27edba | |
parent | 1b5e7b626dd6d15c38aaa6555ab72740be58a8bf (diff) | |
download | XMonadContrib-4f6089647518404dfbebf7e710e4ccab6c450f98.tar.gz XMonadContrib-4f6089647518404dfbebf7e710e4ccab6c450f98.tar.xz XMonadContrib-4f6089647518404dfbebf7e710e4ccab6c450f98.zip |
Note that SimpleStacking is incompatible with Xinerama
It's unclear to me what SimpleStacking is supposed to accomplish, so I'm just
going to note that it doesn't work with Xinerama. (Due to assuming that the
current workspace is the one being laid out)
darcs-hash:20070627035426-b9aa7-2f0c0a1e0beb080e323847e34db35cc5fec6b073.gz
-rw-r--r-- | SimpleStacking.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SimpleStacking.hs b/SimpleStacking.hs index ed1e3ef..3229a8b 100644 --- a/SimpleStacking.hs +++ b/SimpleStacking.hs @@ -11,6 +11,8 @@ -- -- A module to be used to obtain a simple "memory" of stacking order. -- +-- WARNING: This module is incompatible with Xinerama! +-- ----------------------------------------------------------------------------- module XMonadContrib.SimpleStacking ( |