Created
January 28, 2016 08:27
-
-
Save james-s-tayler/f32e52fd10d495b1b38d 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 'gsettings set org.gnome.desktop.background picture-options "centered"' >> /home/vagrant/.profile | |
echo 'gsettings set org.gnome.desktop.background primary-color "#222222"' >> /home/vagrant/.profile | |
sudo apt-get install -y gnome-session-fallback | |
echo user-session=gnome-fallback >> /etc/lightdm/lightdm.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment