Created
March 15, 2014 23:22
-
-
Save acook/9575460 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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