PyTyle Code
Brought to you by:
burntsushi5
File | Date | Author | Commit |
---|---|---|---|
PyTyle | 2010-10-15 |
![]() |
[c12151] Same as last commit... It didn't go all the way... |
CHANGELOG | 2009-09-19 |
![]() |
[e6a057] Bug fixes and new configuration option added "o... |
INSTALL | 2009-08-30 |
![]() |
[eec6c0] See CHANGELOG for 0.7.2 |
LICENSE | 2009-08-22 |
![]() |
[83c1bc] initial commit! |
MANIFEST.in | 2009-08-28 |
![]() |
[3a5179] See the CHANGELOG for Version 0.7. |
README | 2009-08-30 |
![]() |
[eec6c0] See CHANGELOG for 0.7.2 |
TODO | 2009-09-19 |
![]() |
[e6a057] Bug fixes and new configuration option added "o... |
pytyle | 2010-10-15 |
![]() |
[c12151] Same as last commit... It didn't go all the way... |
pytyle-client | 2010-10-15 |
![]() |
[df8e1b] Patch from Johannes Pirkl to enable command lin... |
pytylerc | 2010-10-15 |
![]() |
[c12151] Same as last commit... It didn't go all the way... |
setup.py | 2010-10-15 |
![]() |
[c12151] Same as last commit... It didn't go all the way... |
#=============================================================================== # PyTyle - A manual tiling manager # Copyright (C) 2009 Andrew Gallant <andrew@pytyle.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #=============================================================================== 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