Thu, 18 Feb 2016 21:44:08 +0100 Jan Stary <h...@stare.cz>
> > My .Xdefaults is a symlink to .Xresources
> > and .xsession is a symlink to .xinitrc.
>
> Why is that? Am I missing something obvious?

$ grep xrdb .xinitrc
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
[[ -f ~/.Xdefaults ]] && xrdb -merge ~/.Xdefaults

$ man xrdb

-merge

This option indicates that the input should be merged and
lexicographically sorted with, instead of replacing, the
current contents of the specified properties.

Reply via email to