Commit graph

4 commits

Author SHA1 Message Date
0a6ae26311 Try to use Ubuntu for sans-serif fonts 2020-05-12 21:58:03 -07:00
a066a0845d Add fonts.conf 2020-04-27 10:44:39 -07:00
45063f303e Fix up some font settings
I’ll try hintfull for a while, see how I like it.
2020-04-27 10:44:02 -07:00
5bb0014265 Reorganize xsession and Xresources
- Add xsession. Instead of requiring each of my machines to setup their own
‘.xsession’ add one that should work for all of them.

- Use M4 for the Xresources database. I didn’t want the X11 project to be aware
of all the configuration files that could be added in there and I was able to
figure out how to have it load all of the configuration files in the
‘Xresources.d’ directory. Now each configuration can inject properties into the
X resources database.

- Have ‘.xsession’ load all of the scripts in ‘.config/X11/Xsession.d’. Each
configuration can now inject some script to run when X starts.

- Have ‘.xsession’ load a machine-specific script so that each machine can
override what it does when X starts.
2020-04-26 21:34:57 -07:00