Unset set -e temporarily
This commit is contained in:
parent
9e5f01c1d4
commit
bf8795910b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user