What's the difference between .Xresources and .Xdefaults?

How are these two files connected to xrdb? Should I have both, or just one in my home directory? Do lines like these go in either file?

XTerm*background: white
URxvt.font: xft:Monospace
1

1 Answer

Xresources is a user-level configuration dotfile, typically located at ~/.Xresources

Using ~/.Xdefaults is deprecated, so this article will only refer to resources loaded with xrdb

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like