AnLinux-App
AnLinux-App copied to clipboard
a small improvement to the xstartup script
Hi,
I think it should be better to protect from the non-existence of the .Xresources file like for instance doing the following:
[ ! -f "$HOME"/.Xresources ] || xrdb "$HOME"/.Xresources
Regards, Patrice