> On Mar 27, 2015, at 4:15, "Walter Dnes" wrote:
>
> #!/bin/bash
> [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources /usr/bin/xterm -bg black
> -fg cyan -geometry 50x9+0+0 -fn lucidasanstypewriter-12 &
> /usr/bin/xterm -bg black -fg cyan -geometry +0+0 -fn lucidasanstypewriter-12 &
> exec /usr
I ran into this issue just now setting up X on my ancient netbook that
I've just re-installed on. It's been an ongoing issue of mine that I've
solved with an ugly hack. I'd like to know "the right way" of doing it.
I have a ~/.xinitrc file like so...
#!/bin/bash
[[ -f ~/.Xresources ]] && xrdb
2 matches
Mail list logo