.Xdefaults file

General stuff

  • If you set $XENVIRONMENT to the name of any other file the resources will be read from that file.
  • .Xdefaults Syntax: program*resource: value
  • Do not add a SPACE after the ressource value otherwise you may get warnings like:

Warning: Cannot convert string “true " to type Boolean

My ~/.Xdefaults file

! ---------------- XTerm config -----------------------------------------------
! jumpScroll:multiple lines can be moved at a time -> faster XTerm
XTerm*jumpScroll:	true
! multiScroll: asynchronous scolling -> faster XTerm
XTerm*multiScroll:	true
! colors
XTerm*foreground:	white
XTerm*background:	black
! font
XTerm*faceName:         Terminus
XTerm*faceSize:         8
XTerm*boldFont:         Terminus
 
XTerm*saveLines:     100000
XTerm*boldColors:               true
XTerm*boldMode:                 true
XTerm*colorBD:                  Red
XTerm*colorBDMode:              true
XTerm*underLine:                true
XTerm*colorULMode:              true
XTerm*scrollTtyOutput:      false
XTerm*scrollKey:            true
XTerm*highlightColor:           Red
XTerm*cursorColor:              Red
XTerm*pointerColor:             Red
XTerm*internalBorder:           3
XTerm*scrollBar:                true
XTerm*rightScrollBar:           true
XTerm*loginShell:               true
XTerm*geometry:                 100x30
XTerm*charClass:                33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48
XTerm*colorUL:			Red
XTerm*dynamicColors:		on
XTerm*highlightSelection:	true
XTerm*eightBitInput:		false
XTerm*eightBitOutput:		true
XTerm*modifier:			alt
XTerm*titleInhibit:		true
XTerm*visualBell:		true
XTerm*cutNewline:		false
XTerm*cutToBeginningOfLine:	false
 
xfig*customization:    -color
xdvi*background:       white
xdvi*expert:              true
xdvi*keepPosition:      true
!Xcursor.theme: whiteglass
Xcursor.theme: gentoo
 
 
linux/xdefaults.txt · Zuletzt geändert: 13.05.2006 19:11:51