a1b4
![]() |
|
|
|
|
|||||||
| X.Org X.Org on FreeBSD installation & configuration. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
I need to set some defaults for xterm (yes, xterm and I do not want to change).
In man X(7) can be read Code:
XTerm*cursorColor: gold
XTerm*multiScroll: on
XTerm*jumpScroll: on
XTerm*reverseWrap: on
XTerm*curses: on
XTerm*Font: 6x10
XTerm*scrollBar: on
XTerm*scrollbar*thickness: 5
XTerm*multiClickTime: 500
XTerm*charClass: 33:48,37:48,45-47:48,64:48
XTerm*cutNewline: off
XTerm*cutToBeginningOfLine: off
XTerm*titeInhibit: on
XTerm*ttyModes: intr ^c erase ^? kill ^u
If these resources were stored in a file called .Xresources in your
home directory, they could be added to any existing resources in the
server with the following command:
% xrdb -merge $HOME/.Xresources
Code:
FILES
Generalizes ~/.Xdefaults files.
So please help me where to put xterm defaults as shown above and how to enable them. Last edited by DutchDaemon; August 22nd, 2010 at 01:09. |
|
#2
|
||||
|
||||
|
I use ~/.Xdefaults and it works
To apply changes to xterm simply open new terminal |
|
#3
|
||||
|
||||
|
+1 for ~/.Xdefaults
__________________
Religions, worst damnation of mankind. "FreeBSD has always been the operating system that GNU/Linux should have been." Frank Pohlmann, IBM http://vermaden.blogspot.com |
|
#4
|
|||
|
|||
|
Actually, it seems to depend on the window manager (or "desktop environment").
On the (Debian) system that I'm logged into currently, "man X" talks only about the variant ~/.Xdefaults-hostname I usually avoid ~/.Xdefaults, using XAPPLRESDIR to add my own app-defaults directory. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|