$Id: README,v 1.2 2021/12/07 20:08:23 nanons Exp $

Configuration for X(7) applications

To enable these snippets, copy their contents to ~/.Xresources.

The ~/.Xresources file is not loaded by default when starting X(7), it
must be loaded with xrdb(1), traditionally from the ~/.xsession file
(see xenocara/dot.xsession).  If xrdb(1) is never ran, Xlib programs
will instead parse the ~/.Xdefaults file on every invocation, which is
the older and slower method.

For the file format, see:

	$ man -Otag=FILE_SYNTAX XrmGetDatabase
	$ man -Otag=MATCHING_RULES XrmGetResource

