What I have in mind is something like:
#include $PATH_TO_FILE
in .Xresources, so that I could change the value of PATH_TO_FILE and run xrdb -merge
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apparently, it can’t. What one can do is
#include /path/to/symlinkand then usePATH_TO_FILEin a script to change the file thatsymlinkpoints to.