public
Description: A small, flexible, scriptable tiling window manager written in Python
Homepage: http://www.qtile.org
Clone URL: git://github.com/cortesi/qtile.git
qtile /
name age message
file .gitignore Fri Jan 16 08:45:29 -0800 2009 Added *.py~ (emacs temp files) to .gitignore [bavardage]
file INSTALL Tue Sep 02 00:39:59 -0700 2008 Add INSTALL file. [cortesi]
file LICENSE Thu Aug 07 16:27:46 -0700 2008 Add MIT license declaration. [aldo]
file MANIFEST.in Sat Aug 30 23:41:11 -0700 2008 Add MANIFEST.in [cortesi]
file README Sat Aug 30 23:42:30 -0700 2008 Add README [cortesi]
directory contrib/ Wed Feb 25 14:54:16 -0800 2009 Segregate sublayouts into their own module. Not... [cortesi]
directory doc-src/ Sat Jul 18 20:51:17 -0700 2009 Tiny administrivia: update my config example fi... [cortesi]
directory examples/ Sat Jul 18 20:51:17 -0700 2009 Tiny administrivia: update my config example fi... [cortesi]
directory libqtile/ Sat Jul 18 20:31:09 -0700 2009 Revamp event/hook framework: - Ditch what ... [cortesi]
file qsh Mon Nov 03 09:53:15 -0800 2008 Bump version to 0.2 - not a release yet, just s... [cortesi]
file qtile Mon Nov 03 09:53:15 -0800 2008 Bump version to 0.2 - not a release yet, just s... [cortesi]
directory resources/ Fri Nov 14 20:57:12 -0800 2008 Add a graphical depiction of the object graph t... [cortesi]
directory scripts/ Mon Nov 03 10:25:04 -0800 2008 Update qtb script for new API. [cortesi]
file setup.py Sat Feb 28 10:11:18 -0800 2009 Add libqtile.layout.sublayout to setup.py file [bavardage]
directory test/ Sat Jul 18 20:31:09 -0700 2009 Revamp event/hook framework: - Ditch what ... [cortesi]
file todo Tue Feb 17 09:07:01 -0800 2009 Small changes to TODO [bavardage]
README
Qtile - A full-featured, pure-Python tiling window manager.

Features

    * Simple, small and extensible. It's easy to write your own layouts,
      widgets and commands.
    * Configured in Python.
    * Command shell that allows all aspects of Qtile to be managed and
      inspected.
    * Complete remote scriptability - write scripts to set up workspaces,
      manipulate windows, update status bar widgets and more.
    * Qtile's remote scriptability makes it one of the most thoroughly
      unit-tested window mangers around.