This is a port of st Xresources patch.
In addition to colors it can also handle settings that accept integers and
floats as values.
Settings should be added to resources[] struct in config file like this:
{ "Name", Type, &address },
Example:
{ "nmaster", INTEGER, &nmaster },
Name of the setting in config file doesn't require any prefixes but in
Xresources file it should be prefixed with "dwm." like "dwm.nmaster"
Received on Thu Jun 11 2020 - 08:30:36 CEST