Unset set -e temporarily

This commit is contained in:
RealStickman 2022-06-05 20:34:07 +02:00 committed by exu
parent 9e5f01c1d4
commit bf8795910b

View File

@ -510,9 +510,12 @@ fi
pkill dunst && nohup dunst &
# reload .Xresources
# TODO fails without display
set +e
if [[ -f "$HOME/.Xresources" ]]; then
xrdb ~/.Xresources
fi
set -e
# execute feh
if [[ -f "$HOME/.fehbg" ]]; then