From daa5a20c930cd1f8eb3f6a5810660c73a1bd66bf Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 13 Mar 2019 03:54:58 +0000 Subject: [PATCH] Delete README.md --- .config/qtile/README.md | 64 ----------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 .config/qtile/README.md diff --git a/.config/qtile/README.md b/.config/qtile/README.md deleted file mode 100644 index 4daad9b..0000000 --- a/.config/qtile/README.md +++ /dev/null @@ -1,64 +0,0 @@ - -===== -Qtile -===== - -|travis| |coveralls| |rtd| - -A full-featured, pure-Python tiling window manager -================================================== - -:Website: http://www.qtile.org -:Source: https://github.com/qtile/qtile -:Documentation: https://qtile.readthedocs.io/en/latest/ -:License: MIT 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. - -Current Release -=============== - -The current stable version of qtile is 0.13.0, released 2018-12-23. See the -`documentation `_ -for installation instructions. - -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 - -.. |travis| image:: https://travis-ci.org/qtile/qtile.svg?branch=develop - :alt: Build Status - :target: https://travis-ci.org/qtile/qtile -.. |coveralls| image:: https://coveralls.io/repos/github/qtile/qtile/badge.svg?branch=develop - :alt: Build Coverage - :target: https://coveralls.io/github/qtile/qtile?branch=develop -.. |rtd| image:: https://readthedocs.org/projects/qtile/badge/?version=latest - :alt: Documentation Status - :target: http://docs.qtile.org/en/latest/?badge=latest