Go to file
Emiel Kollof 616e136bc9 Document format values for swap/memory widgets 2019-05-24 22:44:21 +02:00
bin Rename qcmd and dqcmd to qtile-cmd and dqtile-cmd 2018-03-05 21:53:31 -05:00
docs Mock the cairocffi.pixbuf module for documentation building 2019-05-22 20:25:14 -04:00
libqtile Document format values for swap/memory widgets 2019-05-24 22:44:21 +02:00
resources Release version 0.13.0 2018-12-23 21:58:41 -05:00
rpm Update rpm spec file for new release 2018-07-19 08:47:07 -07:00
scripts Allow configure XDISPLAY in xephyr script (#1311) 2019-04-24 18:46:58 +02:00
stubs Add mypy checks 2018-03-25 18:29:44 -04:00
test pep8 fixes 2019-04-24 18:56:13 +02:00
.coveragerc Adjust coveragerc 2016-05-03 12:00:58 -05:00
.gitignore Add config validation using the base.Core interface 2019-01-19 10:40:29 +13:00
.pylintrc Add pylintrc 2019-04-21 23:19:41 -04:00
.travis.yml Re-enable Python 3.5 support 2019-03-21 21:13:11 -04:00
CHANGELOG start a CHANGELOG with breakage notes 2019-02-05 19:34:00 -05:00
CONTRIBUTING.md Fix GitHub's typography 2019-04-21 22:11:21 +02:00
LICENSE Add MIT license declaration. 2008-08-08 09:27:46 +10:00
MANIFEST.in Don't bundle the logo, it's an URL in the README 2019-05-02 18:42:45 +02:00
Makefile Change to using setup.cfg 2019-03-18 15:35:11 -04:00
README.rst Make the README fancier 2019-04-29 19:59:49 -04:00
dev.sh python3: top-level repo fileadjustments: setup, travis, dev.sh 2019-01-13 22:55:55 +13:00
logo.png Make the README fancier 2019-04-29 19:59:49 -04:00
requirements-dev.txt Change to using setup.cfg 2019-03-18 15:35:11 -04:00
requirements.txt Replace more /proc hackery with psutil <https://github.com/giampaolo/psutil> 2019-05-24 22:44:21 +02:00
setup.cfg Set minimum setuptools version 2019-05-22 21:12:55 -04:00
setup.py Change to using setup.cfg 2019-03-18 15:35:11 -04:00
tox.ini Set minimum setuptools version 2019-05-22 21:12:55 -04:00

README.rst

|logo|

**A full-featured, hackable tiling window manager written and configured in Python**

|website| |pypi| |travis| |rtd| |coveralls| |license|

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 managers around.

Community
=========

Qtile is supported by a dedicated group of users. If you need any help, please
don't hesitate to fire off an email to our mailing list or join us on IRC.

:Mailing List: http://groups.google.com/group/qtile-dev
:IRC: irc://irc.oftc.net:6667/qtile

Contributing
============

Please report any suggestions, feature requests, bug reports, or annoyances to
the GitHub `issue tracker`_. There are also a few `tips & tricks`_,
and `guidelines`_ for contributing in the documentation.

.. _`issue tracker`: https://github.com/qtile/qtile/issues
.. _`tips & tricks`: http://docs.qtile.org/en/latest/manual/hacking.html
.. _`guidelines`: http://docs.qtile.org/en/latest/manual/contributing.html

.. |logo| image:: https://raw.githubusercontent.com/qtile/qtile/master/logo.png
    :alt: Logo
    :target: http://www.qtile.org
.. |website| image:: https://img.shields.io/badge/website-qtile.org-blue.svg
    :alt: Website
    :target: http://www.qtile.org
.. |pypi| image:: https://img.shields.io/pypi/v/qtile.svg
    :alt: PyPI
    :target: https://pypi.org/project/qtile/
.. |travis| image:: https://img.shields.io/travis/qtile/qtile.svg
    :alt: Travis
    :target: https://travis-ci.org/qtile/qtile
.. |rtd| image:: https://img.shields.io/readthedocs/qtile.svg
    :alt: Read the Docs
    :target: http://docs.qtile.org/en/latest/
.. |coveralls| image:: https://img.shields.io/coveralls/github/qtile/qtile/master.svg
    :alt: Coveralls
    :target: https://coveralls.io/github/qtile/qtile?branch=master
.. |license| image:: https://img.shields.io/github/license/qtile/qtile.svg
    :alt: License
    :target: https://github.com/qtile/qtile/blob/master/LICENSE