background

This commit is contained in:
tavo-wasd 2024-08-25 15:09:18 -06:00
parent 7f7ae297d9
commit bafecaf3ce

View file

@ -25,6 +25,8 @@ for i in ${MONITORS} ; do
esac
done
BACKGROUND="$(grep hsetroot .config/X11/xinitrc | sed 's/ \&$//')"
[ "${BACKGROUND}" ] && eval "${BACKGROUND}"
CMD="xrandr --auto && ${CMD} ${UNSET}"
[ "${CMD}" ] && eval "${CMD}"
printf '%s\n' "${CMD}"