Skip to content

Instantly share code, notes, and snippets.

@ikbelkirasan
Created February 21, 2019 22:11
Show Gist options
  • Save ikbelkirasan/f4f26d51c7785a7120bb409e705c85c3 to your computer and use it in GitHub Desktop.
Save ikbelkirasan/f4f26d51c7785a7120bb409e705c85c3 to your computer and use it in GitHub Desktop.
Install latest qtile

Install latest qtile

Tested on Ubuntu 18.04

Setup

sudo apt update && sudo apt install -y git python3 python3-pip python3-dbus libcairo2 libpangocairo-1.0-0 libxcb-render0-dev libffi-dev
pip3 install xcffib cairocffi
cd /tmp
git clone git://github.com/qtile/qtile.git
cd qtile
sudo python3 setup.py install
qtile --version

Done! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment