Fix loading of dconf configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2019-01-21 13:22:15 +01:00
parent 1b82726f85
commit 89b38bdb70
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -20,7 +20,7 @@ if [[ -f "${HOME}/.keyleds" ]]; then
fi
# Restore custom dconf configuration
dconf load / < "${HOME}/dconf/root.conf"
dconf load / < "${HOME}/.config/dconf/root.conf"
# Activate correct crontab file
crontab "${HOME}/.crontab"