You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isaac Pei edited this page Aug 1, 2014
·
4 revisions
# Tested working on crouton as of 2014-08-01
# run this once in chroot / ubuntu to install and set basic awesome configuration
sudo apt-get install awesome
echo "exec awesome" > ~/.xinitrc
mkdir -p ~/.config/awesome
cp -r /etc/xdg/awesome/* ~/.config/awesome/
# after installing awesome, then issue the following at crosh to add the alias
# then in the future, just type: startawesome to start in awesome
# echo "alias startawesome='sudo enter-chroot xinit'" >> ~/.bashrc