On Fri, Oct 07, 2016 at 09:47:37PM +0900, Mark Fletcher wrote: > Also I have no .Xresources file, is that normal?
wooledg@wooledg:~$ ls -a /etc/skel . .. .bash_logout .bashrc .profile Yup. Normal. But the good news is, it looks like you *can* make one and expect it to be used by the Debian X session: wooledg@wooledg:~$ grep -r Xresources /etc/X11 /etc/X11/Xsession:SYSRESOURCES=/etc/X11/Xresources /etc/X11/Xsession:USRRESOURCES=$HOME/.Xresources At least, that's how it seems at first glance. You'd have to tear apart the shell scripts to be absolutely sure. Or, y'know, make one and login and see what happens.