-
Notifications
You must be signed in to change notification settings - Fork 1.2k
montauk edited this page Dec 27, 2014
·
18 revisions
- Install X11:
sudo sh -e ./crouton -t x11
- Enter the chroot:
sudo enter-chroot -n chrootname
- Install i3:
sudo apt-get install i3
- Add
exec i3
to ~/.xinitrc:echo "exec i3" > ~/.xinitrc
- Launch i3 directly from the crosh shell:
sudo enter-chroot xinit
- Create an alias for starting in i3: add
alias starti3='sudo enter-chroot xinit'
to your ~/.bashrc)
- To change themes easily without installing to many other packages try:
sudo apt-get install lxappearance