Dans le ~/.Xresources, tu peux custom plein de trucs, voilà tout ce que j'ai sur Xterm :
 
/** Define **/
#define DPI 100
#define SMALLFONT 6x10
#define SIZE0 *80-DPI-DPI-*
#define SIZE1 *100-DPI-DPI-*
#define SIZE2 *120-DPI-DPI-*
#define SIZE3 *140-DPI-DPI-*
#define SIZE4 *180-DPI-DPI-*
 
#ifdef LIGHT
#define BG white
#define FG black
#define FG1 blue
#define FG2 red
#else
#define BG black
#define FG #F0F5DD/* sorte de blanc */
#define FG1 yellow
#define FG2 #50BE50
#endif
 
!#define FG2 cyan
#define FONT -*-courier-medium-r-SIZE1-15
!#define FONT 7x13
 
/** Position en fonction de la taille de l'ecran **/
#if (WIDTH>=1280 && HEIGHT>=1024)
#define MAXIMIZE 1280x1008+0+0
Emacs*geometry:  80x68+270+12
console*vt100*geometry:	83x65+0+0
/* positionnement par defaut d'un xterm */
XTerm*vt100*geometry:  80x32-110-468
/* XTerm particulier */
,S*vt100*geometry:  80x32-110-0
,U*vt100*geometry:  80x61+300+25
,Y*vt100*geometry:  80x61+330+38
sun*vt100*geometry:  80x32-110-0
salambo*vt100*geometry:  80x32-110-0
irc*vt100*geometry:	100x65+10-0
#else
#define MAXIMIZE 1024x768+0+0
Emacs*geometry:  80x45+121+12
console*vt100*geometry:	83x50+0+0
/* positionnement par defaut d'un xterm */
XTerm*vt100*geometry:  80x25-110-375
/* XTerm particulier */
,S*vt100*geometry:  80x25-110-0
sun*vt100*geometry:  80x25-110-0
salambo*vt100*geometry:  80x25-110-0
irc*vt100*geometry:	100x25+10-0
#endif
 
 
XTerm.vt100.translations: #override\n\
 Shift<Btn4Down>,<Btn4Up>:scroll-back(1,line)\n\
 
 
 Shift<Btn5Down>,<Btn5Up>:scroll-forw(1,line)\n\
 
 
 Ctrl<Btn4Down>,<Btn4Up>:scroll-back(1,halfpage)\
 
n\
 Ctrl<Btn5Down>,<Btn5Up>:scroll-forw(1,halfpage)\
 
n\
 <Btn4Down>,<Btn4Up>:scroll-back(1,page)\n\
 <Btn5Down>,<Btn5Up>:scroll-forw(1,page)\n\
 <Key>BackSpace:	string("" )\n\
 Shift <KeyPress> Prior:scroll-back(1,page) \n\
 Shift <KeyPress> Next:scroll-forw(1,page) \n\
 
/** XTerm **/
XTerm.VT100.eightBitInput:  false
XTerm.VT100.eightBitOutput:  true
XTerm*font:  	FONT
XTerm*SaveLines:  5000/* Nb de lignes sauvegardées */
XTerm*ScrollBar:  False/* defaut sgi = true */
XTerm*ReverseWrap:  True/* Autorise le multi-ligne */
XTerm*LoginShell:  True/* Important (lit le .profile) */
XTerm*bellSuppressTime:  50/* Temps entre deux bip */
XTerm*popOnBell:  True/* Raise en cas de message */
XTerm*colorBDMode:  True/* affiche le texte gras en couleur*/
XTerm*colorBLMode:  True/* affiche le texte 'blink' en couleur*/
XTerm*colorULMode:  True/* affiche le texte souligne en couleur*/
XTerm*cursorColor:  FG1
XTerm*background:  BG
XTerm*foreground:  FG
XTerm*pointerColor:  FG1
XTerm*pointerColorBackground:	BG
XTerm*mainMenu*background:	FG2
XTerm*vtMenu*background:	FG2
XTerm*fontMenu*background:	FG2
XTerm*mainMenu*foreground:	BG
XTerm*vtMenu*foreground:	BG
XTerm*fontMenu*foreground:	BG
!XTerm*ttyModes:  	erase ^h
XTerm*scrollTtyOutput:  False/* Ne redescend pas a chq message */
XTerm*scrollKey:  True/*redescend qd on appuie sur une touche */
/* Pour sélectionner un mot (double-clic souris) :
   Permet de specifier des classes de mot.
   Ici, un double clic sur 'toto-titi.mp3' selectionne tout.
   Voir le man pour des explications */
XTerm*charClass: 46-47:45,48-58:45,64-90:45,95:45,97-122:45,126:45,192-255:45
/* XTerm particulier */
console*title:  console
host*title:  host
host*background:	#000011
irc*title:  irc
 
#ifdef LIGHT
*VT100*colorUL: red
*VT100*colorBD: black
#else
*VT100*colorUL: yellow
*VT100*colorBD: white
#endif
 
! I don't like fg blue on bg black
XTerm*color4:	#4444FF/* Bleu. officiel ANSI : blue*/
 
/* Couleur ANSI */ /* Affichées par le xterm */
! #ifdef LIGHT
! XTerm*color0:	white
! XTerm*color1:	red
! XTerm*color2:	green
! XTerm*color3:	orange
! XTerm*color4:	blue
! XTerm*color5:	#777777
! XTerm*color6:	cyan
! XTerm*color7:	black
! XTerm*color8:	white
! XTerm*color9:	red
! XTerm*color10:	green
! XTerm*color11:	orange
! XTerm*color12:	blue
! XTerm*color13:	#777777
! XTerm*color14:	cyan
! XTerm*color15:	black
! #else
! XTerm*color0:	black
! XTerm*color1:	red
! XTerm*color2:	green
! XTerm*color3:	yellow
! XTerm*color4:	#4444FF/* Bleu. officiel ANSI : blue*/
! XTerm*color5:	#777777/* Gris. officiel ANSI : magenta */
! XTerm*color6:	cyan/* avant : 7799FF */
! XTerm*color7:	white
! XTerm*color8:	black
! XTerm*color9:	red
! XTerm*color10:	green
! XTerm*color11:	yellow
! XTerm*color12:	#4444FF
! XTerm*color13:	#777777
! XTerm*color14:	cyan
! XTerm*color15:	white
! #endif 
 [jfdsdjhfuetppo]--Message édité par ArSuniK--[/jfdsdjhfuetppo]
 
 ---------------
			
[:arsunik]  Les tournois de badminton