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/ Fri Nov 14 20:57:12 -0800 2008 Add a graphical depiction of the object graph t... [cortesi]
directory examples/ Sat Jul 04 23:42:52 -0700 2009 Remove obsolete configs. [cortesi]
directory libqtile/ Sat Jul 04 23:15:54 -0700 2009 Fix some deprecation warnings in latest release... [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/ Sun Jul 05 00:28:24 -0700 2009 Disable two tests that are failing for difficul... [cortesi]
file todo Tue Feb 17 09:07:01 -0800 2009 Small changes to TODO [bavardage]
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.