You could add /etc/X11/xorg.conf.d/00-monitor.conf like 
Section "Monitor"
	Identifier   "Monitor0"
#	VendorName   "Monitor Vendor"
#	ModelName    "Monitor Model"
#	HorizSync    30-107
#	VertRefresh  48-120
        Option       "DPMS" "off"
EndSection
The commented out lines are optional.