Skip to content

Instantly share code, notes, and snippets.

@acook
Created March 15, 2014 23:22
Show Gist options
  • Save acook/9575460 to your computer and use it in GitHub Desktop.
Save acook/9575460 to your computer and use it in GitHub Desktop.
echo "deb http://debian.sur5r.net/i3/ $(lsb_release -c -s) universe" >> /etc/apt/sources.list
apt-get update
apt-get --allow-unauthenticated install sur5r-keyring
apt-get update
apt-get install i3
echo exec i3 >> ~/.xinitrc
/usr/lib/lightdm/lightdm-set-defaults --session i3
/usr/lib/lightdm/lightdm-set-defaults --greeter lightdm-gtk-greeter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment