public
Description: A dynamic, hackable window manager written in Python
Homepage: http://incise.org/whimsy.html
Clone URL: git://github.com/mackstann/whimsy.git
mackstann (author)
Wed Dec 17 00:45:49 -0800 2008
commit  2c742ca6b26b35670a2e7df4d65ddfc4af985065
tree    c805c40f131a6b250c9d0445e03a697cb441f0c3
parent  9079b0e248731161d341555d2e43effeabd90e0b
whimsy / idea.txt
100644 12 lines (8 sloc) 0.408 kb
1
2
3
4
5
6
7
8
9
10
11
12
#IDEA!!
# have the wm have 'states' or 'scenes' (in game terms)
# this would allow for clean move/resize loops
# have some handlers that persist in all new scenes (just a boolean called 'persist'?)
 
# perhaps somehow split actions up into <which window(s)> and <what to do
# to it/them>
 
# perhaps clean up variations between functions and callable instances -- the
# randomness of parentheses is confusing