Fix loading of dconf configuration
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1b82726f85
commit
89b38bdb70
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [[ -f "${HOME}/.keyleds" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restore custom dconf configuration
|
# Restore custom dconf configuration
|
||||||
dconf load / < "${HOME}/dconf/root.conf"
|
dconf load / < "${HOME}/.config/dconf/root.conf"
|
||||||
|
|
||||||
# Activate correct crontab file
|
# Activate correct crontab file
|
||||||
crontab "${HOME}/.crontab"
|
crontab "${HOME}/.crontab"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue