fix
This commit is contained in:
parent
470b32f22d
commit
ea16fedf15
@ -94,8 +94,9 @@ checkautostart
|
||||
# rename old wrappers, they now in /usr/local/bin
|
||||
wrappers=(nitrogen i3lock xrandr lxappearance skippy-xd-fix)
|
||||
for wrapper in "${wrappers[@]}"
|
||||
[[ -f "$HOME/.local/bin/${wr}" ]] && mv "$HOME/.local/bin/${wr}" "$HOME/.local/bin/${wr}.old"
|
||||
do
|
||||
[[ -f "$HOME/.local/bin/${wr}" ]] && mv "$HOME/.local/bin/${wr}" "$HOME/.local/bin/${wr}.old"
|
||||
done
|
||||
|
||||
. $HOME/.config/mabox/mabox.conf
|
||||
#Set config variables if not set or empty; ":" means do nothing
|
||||
|
Loading…
Reference in New Issue
Block a user