1QTILE(1) Qtile QTILE(1)
2
3
4
6 qtile - Qtile Documentation
7
9 qtile [-c config] [-s qtilesocket] [-l DEBUG] [-n]
10
12 qtile runs Qtile on the current $DISPLAY. Qtile is a tiling window man‐
13 ager written in python. Complete configuration information is available
14 online at http://docs.qtile.org.
15
17 -c config, --config config
18 Use the specified config file.
19
20 -s qtilesocket, --socket qtilesocket
21 Use qtilesocket as the IPC server.
22
23 -l DEBUG, --log-level DEBUG
24 Set the default log level, one of DEBUG, INFO, WARNING,
25 ERROR, CRITICAL.
26
28 Qtile searches for configuration files in the following locations:
29
30 1. The location specified by the -c option.
31
32 2. $XDG_CONFIG_HOME/qtile/config.py
33
34 3. ~/.config/qtile/config.py
35
36 4. The default configuration, distributed as the python module
37 libqtile.resources.default_config.
38
40 Bugs can be reported to the issue tracker at
41 http://github.com/qtile/qtile.
42
44 Tycho Andersen
45
47 2008-2016, Aldo Cortesi and contributers
48
49
50
51
520.13.0 Dec 23, 2018 QTILE(1)