AnLinux-App icon indicating copy to clipboard operation
AnLinux-App copied to clipboard

a small improvement to the xstartup script

Open peutch opened this issue 3 years ago • 0 comments

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

peutch avatar Nov 05 '22 16:11 peutch