cortesi / qtile

A small, flexible, scriptable tiling window manager written in Python

This URL has Read+Write access

qtile / INSTALL
100644 31 lines (17 sloc) 0.658 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Dependencies
------------
 
Qtile requires a recent version of Python Xlib:
 
http://python-xlib.sourceforge.net/
 
 
Installation
------------
 
1 - Install the Qtile library and executables:
 
        python setup.py install
 
2 - Create a Qtile configuration directory and create a configuration file. It
    is probably easiest to start with one of the configuration files in th
    examples/config directory of the Qtile distribution:
 
        mkdir ~/.qtile
 
        cp examples/config/cortesi-config.py ~/.qtile/config.py
 
3 - Make Qtile run. On my system, this meant creating an .xsession file
    containing the following:
 
#!/bin/sh
exec /usr/bin/qtile