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 / README
100644 17 lines (11 sloc) 0.539 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
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.