Add dconf configuration and small fixes
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
006fddf028
commit
615d4fac8d
11 changed files with 97 additions and 29 deletions
|
@ -11,6 +11,9 @@ if [[ -f $HOME/.keyleds ]]; then
|
|||
. $HOME/.keyleds
|
||||
fi
|
||||
|
||||
# Restore custom dconf configuration
|
||||
cat "${HOME}/dconf/root.conf" | dconf load /
|
||||
|
||||
# Activate correct crontab file
|
||||
crontab $HOME/.crontab
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue