Load settings from a local file if it exists
This commit is contained in:
parent
fa49019a3a
commit
13728a229d
1 changed files with 5 additions and 0 deletions
|
@ -68,3 +68,8 @@ set_misc_preferences () {
|
||||||
gsettings set org.gnome.desktop.background primary-color '#808080'
|
gsettings set org.gnome.desktop.background primary-color '#808080'
|
||||||
}
|
}
|
||||||
set_misc_preferences
|
set_misc_preferences
|
||||||
|
|
||||||
|
if [ -x "$HOME/bin/reset-gnome-setup.local" ]
|
||||||
|
then
|
||||||
|
. "$HOME/bin/reset-gnome-setup.local"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue