master
Daniel Napora 2023-01-17 14:29:22 +01:00
parent ea16fedf15
commit 0f71cd37ef
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ checkautostart
wrappers=(nitrogen i3lock xrandr lxappearance skippy-xd-fix)
for wrapper in "${wrappers[@]}"
do
[[ -f "$HOME/.local/bin/${wr}" ]] && mv "$HOME/.local/bin/${wr}" "$HOME/.local/bin/${wr}.old"
[[ -f "$HOME/.local/bin/${wrapper}" ]] && mv "$HOME/.local/bin/${wrapper}" "$HOME/.local/bin/${wrapper}.old"
done
. $HOME/.config/mabox/mabox.conf