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