Hello, all
I am one of the strange guys who try invent their own
16-color ANSI palette that will be better than all the rest. In the middle of my first experiment I was frustrated by the difficulty peristing the cusom colors throught system start- up:
- I duly saved my palette under ~/.Xresouces, and
- merged it: xrdb -merge .Xresource
Now, when I restart xterm the new colors are put in effect, but after system restart they are gone again. Must I manually load them at startup from ~/.profile? The `xrdb' man page says the file name depends on the desktop environment:
Xrdb does not load any files on its own, but many desktop environments use xrdb to load ~/.Xresources files on session startup to initialize the resource database, as a generalized replacement for ~/.Xdefaults files.
Does the Raspbian LXDE use some non-standard file?