Remove keyled configuration

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-01-05 13:24:50 +01:00
parent 785fafee3a
commit 33ae6b6ae5
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 0 additions and 36 deletions

View file

@ -15,10 +15,6 @@ if [[ -f "${HOME}/.config/zsh/.zshrc" ]]; then
. "${HOME}/.config/zsh/.zshrc"
fi
if [[ -f "${XDG_CONFIG_HOME}/custom/keyleds" ]]; then
. "${XDG_CONFIG_HOME}/custom/keyleds"
fi
# Restore custom dconf configuration
dconf load / < "${XDG_CONFIG_HOME}/dconf/root.conf"