mabox-obstart

This commit is contained in:
2026-04-15 10:18:06 +02:00
parent db620b59fe
commit 3ccc7cf5ba

View File

@@ -87,16 +87,16 @@ rsync -aq --ignore-existing /etc/xdg/autostart/ $config_dir/autostart
startopenbox() { startopenbox() {
checkautostart checkautostart
# nerd-font fix for tint2
sd "~/.config/tint2/scripts/volumettf" "volumettf" ~/.config/tint2/*.tint2rc
sd "" "" ~/.config/tint2/*.tint2rc
sd "" "" ~/.config/tint2/*.tint2rc
sd "⏻" "" ~/.config/tint2/*.tint2rc
sd "" "" ~/.config/tint2/*.tint2rc
# Run mwelcome if not disaled # Run mwelcome if not disaled
[ ! -f "$HOME/.config/mabox/.mwelcome" ] && mwelcome & [ ! -f "$HOME/.config/mabox/.mwelcome" ] && mwelcome &
# [ -f "$HOME/.config/wpg/.mabox-init" ] && wpg-mabox-init &
# rename old wrappers, they now in /usr/local/bin
#wrappers=(nitrogen i3lock xrandr lxappearance skippy-xd-fix)
#for wrapper in "${wrappers[@]}"
#do
#[[ -f "$HOME/.local/bin/${wrapper}" ]] && mv "$HOME/.local/bin/${wrapper}" "$HOME/.local/bin/${wrapper}.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