diff options
Diffstat (limited to 'scripts/windowplacement.py')
| -rw-r--r-- | scripts/windowplacement.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/windowplacement.py b/scripts/windowplacement.py index 4a9f1aee..070cc0ee 100644 --- a/scripts/windowplacement.py +++ b/scripts/windowplacement.py @@ -1,6 +1,10 @@ ############################################################################ ### Window placement algorithms, choose one of these and ebind it to the ### ### ob.EventAction.PlaceWindow event. ### +### ### +### Also see historyplacement.py for the history placement module which ### +### provides an algorithm that can be used in place of, or alongside ### +### these. ### ############################################################################ import otk |
