Installation

Note

I have no current intentions to package this on PyPi. This means installation may be a bit more “manual” than for other packages.

Arch users

This is the easiest option as the package is in the AUR. Using your favourite helper, you just need to download and install the qtile-extras-git package.

Alternatively, you can download the PKGBUILD file from the repo and run makepkg -sci.

Fedora

There is no official package for Fedora yet but you can install it from Copr:

dnf copr enable frostyx/qtile
dnf install qtile-extras

Everyone else

Clone the repo and run python setup.py install.