From 89b38bdb7008389d72256c0b17c5b632161ca0e7 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 21 Jan 2019 13:22:15 +0100 Subject: [PATCH] Fix loading of dconf configuration Signed-off-by: Severin Kaderli --- system/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/.bash_profile b/system/.bash_profile index 2109ffa..15bdaa1 100644 --- a/system/.bash_profile +++ b/system/.bash_profile @@ -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"