Здесь будут мои попытки переписать PyTyle на Python 3. На данный момент тут находится оригинальная (классическая) версия PyTyle. ------ Here are my attempts to rewrite PyTyle in Python 3. At the moment, that one is the original version of PyTyle. ====================================================================================================================== This is the ORIGINAL pytyle. It is not longer under active development. However, it may be useful to some where the newer pytyle (http://github.com/BurntSushi/pytyle) does not work well. PyTyle is an extremely versatile and extensible tiling manager that is meant to be embedded into EWMH window managers. Its feature set was modeled after the basic tiling features of XMonad- even down to the key bindings. It has been tested relatively well on OpenBox and partially on Fluxbox. It should, in theory, work with any window manager complying with the EWMH standards. For related information, see: http://pytyle.com http://python-xlib.sourceforge.net/ http://tronche.com/gui/x/xlib/ http://tronche.com/gui/x/icccm/ http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html