You are not logged in.

#1 2009-05-31 04:30:37

unregistered
Member
Registered: 2008-04-09
Posts: 134

[solved] How can I make X load my configuration everytime I startx?

I wanted to configure my xterm so I created an .Xresources file in my home directory but X doesn't seem to load it everytime it starts up and I have to do xrdv -merge ~/.Xresources to make it apply the configuration, how do I make it apply the configuration automatically?

My current .Xresources file:

xterm*font: -*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*
xterm*font1: -*-*-*-*-*-*-2-*-*-*-*-*-*-*
xterm*font2: -misc-fixed-*-r-normal-*-8-*-*-*-*-*-iso8859-*
xterm*font3: -b&h-lucidatypewriter-bold-*-*-*-12-*-*-*-*-*-*-*
xterm*font4: -*-screen-bold-r-normal-*-16-*-*-*-*-*-iso8859-*
xterm*font5: -*-lucidatypewriter-medium-*-*-*-18-*-*-*-*-*-*-*
xterm*font6: -*-lucidatypewriter-medium-*-*-*-20-*-*-*-*-*-*-*
xterm*font7: -dec-terminal-bold-r-normal-*-14-*-*-*-*-*-iso8859-*

XTerm*background: black
XTerm*foreground: green
XTerm*pointerColor: green
XTerm*pointerColorBackground: black
XTerm*cursorColor: green
XTerm*internalBorder: 3
XTerm*loginShell: true
XTerm*scrollBar: false
XTerm*scrollKey: true
XTerm*saveLines: 1000
XTerm*multiClickTime: 250

Last edited by unregistered (2009-05-31 04:51:13)

Offline

#2 2009-05-31 04:40:52

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: [solved] How can I make X load my configuration everytime I startx?

Add the command to your .xinitrc, assuming you use one.

Offline

#3 2009-05-31 04:50:08

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: [solved] How can I make X load my configuration everytime I startx?

Or place the settings in ~/.Xdefaults

Offline

#4 2009-05-31 04:50:11

unregistered
Member
Registered: 2008-04-09
Posts: 134

Re: [solved] How can I make X load my configuration everytime I startx?

Peasantoid wrote:

Add the command to your .xinitrc, assuming you use one.

thanks, problem solved

Offline

Board footer

Powered by FluxBB