Skip to content

Instantly share code, notes, and snippets.

@cjbarnes18
Created August 2, 2012 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjbarnes18/3241078 to your computer and use it in GitHub Desktop.
Save cjbarnes18/3241078 to your computer and use it in GitHub Desktop.
create file /etc/apt/sources.list.d/tycho.list with the following.
deb http://ppa.launchpad.net/tycho-s/ppa/ubuntu precise main
deb-src http://ppa.launchpad.net/tycho-s/ppa/ubuntu precise main
curl "http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x8516D5EEF453E809" > tyco.key
apt-key add tyco.key
aptitude update
aptitude install qtile
To get up and running copy the default config.
mkdir -p ~/.config/qtile
cp /usr/lib/pymodules/python2.7/libqtile/resources/default-config.py ~/.config/qtile/config.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment