Description
A full-featured, hackable tiling window manager written and configured in Python
Installation Instructions
WARNING: For some reason Copr is not able to build a successful RPM. The reason? I don't know, I've read the logs, modified the SPEC file... you name it, I've done it. However, if you build the package locally on your machine you'll get a successful RPM, here's the link to the SRPM or if you don't want to build it, here you have a link to the binary RPM.
If you don't know how to build or how to install an RPM follow these instructions:
- To build it do a
wget https://download.copr.fedorainfracloud.org/results/david35mm/Qtile/fedora-32-x86_64/01715373-qtile/qtile-0.16.1-1.fc32.src.rpm
(this will download the SRPM)
sudo rpm -ivh qtile-0.16.1-1.fc32.src.rpm
(this will create the RPM tree on your machine)
rpmbuild -ba ~/rpmbuild/SPECS/qtile.spec
(this will build the binary RPM)
sudo dnf install ~/rpmbuild/RPMS/noarch/qtile-0.16.1-1.fc33.noarch.rpm
(this will install the Qtile RPM with the dependencies it needs)
- Just to install it (without building it) do a
wget https://github.com/david35mm/RPMS/raw/main/qtile-0.16.1-1.fc33.noarch.rpm
(To download the package)
sudo dnf install qtile-0.16.1-1.fc33.noarch.rpm
(To install the package)
- Add the repo
sudo dnf copr enable david35mm/qtile -y
- Install the package
sudo dnf install qtile
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release Architectures Repo Download Fedora 33 aarch64 (0)*, x86_64 (0)* Fedora 33 (0 downloads)* Total number of packages downloaded in the last seven days.
This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/nyslay/Qtile/