|
楼主 |
发表于 2023-2-20 18:16:52
|
显示全部楼层
大佬,我把这个文件的全粘帖了,您给看看,要怎么改 太不容易了,终于看到希望点了
! ************.Xdefaults****************
!
! The following are examples of Resources that
! the user may wish to set.
!
! The "!" character is a comment. To activate a resource,
! you can remove the ! character at the beginning of a line.
!
! A lot of .Xdefaults files use "#" as the comment character,
! this should be avoided.
!
! Remember that you need to run the "xrdb" program to
! have a resource take effect once the X server has been started.
! You can invoke it as "xrdb ~/.Xdefaults"
! xrdb reads the new .Xdefaults file into the server.
!
! For Opus, beware of loose bindings (eg "Opus*resource:") as they may
! cause a conflict with some things that you set in Skill.
!
! All Opus resources are Opus.<resource>:
!
! ********************************************************
! * These resources set the default position of the CIW. *
! ********************************************************
!
!Opus.x: !!!(screen_width - Opus.width)/2
!Opus.y: 0
!Opus.width: 725
!Opus.height: 130
! *** Or you can use the geometry specification
! *** if you don't want to use the x,y,width,height
! *** resources independently
!Opus.geometry:
! **********************************************
! * These resources allow you to set the fonts *
! **********************************************
Opus.labelFont: -*-helvetica-bold-r-*-*-12-*
Opus.textFont: -*-courier-medium-r-*-*-12-*
! ****************************************************
! * This resource lets you specify which text editor *
! * you want to use. *
! ****************************************************
!Opus.textEditor:
! **************************************
! * This resource lets you set the *
! * colors used by the user interface. *
! **************************************
!Opus.foreground: #800000
!Opus.background: #e0e0e0
!Opus.borderColor: #0000c0
!Opus.recessColor: #bfbfbf
!Opus.activeBannerColor: #bdcccc
!Opus.inactiveBannerColor: #cccccc
!Opus.textColor: #333333
!Opus.attentionTextColor: #333333
!Opus.flashColor: #ff00ff
!Opus.topShadowColor: #ffffff
!Opus.bottomShadowColor: #999999
!Opus.buttonColor: #800000
!Opus.editorBackground: #000000
!**************************************
! ****************************************************
! * These resources allow you to specify the default *
! * positions for forms. *
! ****************************************************
!Opus.formPlacement: one of top,bottom,left,right, or center
!Opus.formRelativeTo: one of screen,currentWindow, or CIW
!Opus.optionFormPlacement: one of top,bottom,left,irhgt or center
!Opus.optionFormRelativeTo: one of screen,currentWindow, or CIW
!
! ** END OPUS RESOURCES
!
! Here are some defaults for the xterm
XTerm*foreground: yellow
XTerm*background: darkslategrey
XTerm*border: turquoise
XTerm*cursorColor: yellow
XTerm*sunFunctionKeys: True
XTerm*jumpScroll: True
XTerm*pointerColor: red
XTerm*scrollBar: True
XTerm*saveLines: 120
XTerm*scrollKey: True
XTerm*font: 9x15
!
!
! SAMPLE .Xdefaults RESOURCE SPECIFICATIONS FOR MWM
!
!
! component appearance resources
!
Mwm*clientAutoPlace: False
Mwm*colormapFocusPolicy: explicit
Mwm*keyboardFocusPolicy: pointer
Mwm*InteractivePlacement: False
Mwm*menu*background: CadetBlue
Mwm*menu*foreground: Yellow
Mwm*foreground: white
Mwm*background: SteelBlue
Mwm*fontList: 9x15
Mwm*backgroundTile: background
Mwm*activeBackground: CadetBlue
Mwm*transientDecoration: titlebar + resize - menu
Mwm*buttonBindings: SampleButtonBindings
Mwm*windowMenu: SampleWindowMenu
Mwm*focusAutoRaise: False
Mwm*enforceKeyFocus: False
Mwm*saveUnder: True
Mwm*useIconBox: False
Mwm*frameBorderWidth: 3
Mwm*resizeBorderWidth: 5
Mwm*cleanText: True
!#########################################################################
! Following are the .Xdefaults additions recommended for
! FrameMaker 2.1X:
! Frame 2.1X Specific defaults
Maker.doubleClickTenths: 10
Maker.useBackingStore: True
Maker.cmdEscape: True
Maker.autoBackupOnSave: True
Maker.autoSave: True
Maker.autoSaveTime: 5
Maker.autoSaveIdleTime: 10
Maker.greekSize: 7
Maker.foreground: white
Maker.background: turquoise
Maker.console: True
Maker.noViewerFile: True
Maker.colorDocs: True
Maker.colorImages: True
Maker.olwmClickType: False
|
|