jospalau /.Xresources

# http://www.freedesktop.org/wiki/ScreenFontSettings
Xft.dpi:                 96
Xft.antialias:           true
Xft.hinting:             true
Xft.hintstyle:           3

! Ejecutando lsof -p `pgrep xterm` | podemos ver si tiene cogida la fuente o no, si pongo xft:fuente no funciona
! y coge otra fuente por defecto (reinstalando xterm se ha solucionado)
! xft: only works with programs which have support for it (libXft). Tanto urxvt
! como xterm tienen soporte, sólo hay que hacer ldd `which xterm` | grep Xft para ver como está
! linkada la librería dinámicamente
! xterm*faceName:          xft:DejaVu Sans Mono:size=12
! Mejor especificar así la fuente y el tamaño con xterm*faceSize
XTerm*faceName:          DejaVu Sans Mono
XTerm*faceSize:          12
XTerm*geometry:          110x25
XTerm*boldMode:          false
XTerm*cutNewline:        false
XTerm*on4Clicks:         group
XTerm*on5Clicks:         page
XTerm*internalBorder:    1
XTerm*background:        #000000
XTerm*foreground:        #ddccbb
XTerm*metaSendsEscape:   true
XTerm*colorBD:           #ffffff
XTerm*colorBDMode:       true
XTerm*cursorBlink:       false
XTerm*cursorColor:       #ff9900
XTerm*veryBoldColors:    14
XTerm*loginShell:        true
XTerm*charClass:         33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48,35:48,58:48,63:48,61:48,44:48,38:48,59:48
XTerm*jumpScroll:        true
XTerm*multiScroll:       true
XTerm*saveLines:         512

! Colores disponibles ->  -= jpalau@jpalau-desktop --> ~ =- $ showrgb
! (/usr/share/X11/rgb.txt)
! http://mkaz.com/ref/xterm_colors.html
!black
XTerm*color0:  #222222
XTerm*color8:  #554444

!red
XTerm*color1:  #884422
XTerm*color9:  #cc5533

!green
XTerm*color2:  #778800
XTerm*color10: #88aa22

!yellow
XTerm*color3:  #887733
XTerm*color11: #aa9955

!blue
XTerm*color4:  #8866cc
XTerm*color12: #9977dd

!magenta
XTerm*color5:  #885500
XTerm*color13: #996600

!cyan
XTerm*color6:  #5555aa
XTerm*color14: #7777aa

!white
XTerm*color7:  #bbaa99
XTerm*color15: #ddccaa


! Si no pongo xft: urxvt no encuentra la fuente y da error
URxvt.font:              xft:DejaVu Sans Mono:size=12
URxvt.termName:          rxvt
URxvt.scrollBar:         false
!URxvt.backgroundPixmap:  /home/mutex/.themes/urxvt.back.xpm
URxvt.imLocale:          es_ES.UTF-8
URxvt.loginShell:        true
URxvt.saveLines:         512
URxvt.geometry:          130x25
URxvt.inheritPixmap:     false
URxvt.shading:           30
URxvt.xftAntialias:      true
URxvt.jumpScroll:        true
URxvt.tintColor:         white
URxvt.internalBorder:    0
URxvt.cursorBlink:       false
URxvt.cursorColor:       #dd9900
URxvt.cursorColor2:      #000000
URxvt.background:        #000000
URxvt.foreground:        #ddccbb
URxvt.colorBD:           #ffffff
URxvt.colorIT:           #bbbbbb
URxvt.colorUL:           #999999
URxvt.underlineColor:    #999999

!black
URxvt*color0:      #000000

!red
URxvt*color1:      #e01010

!green
URxvt*color2:      #20ad20

!yellow
URxvt*color3:      #d4c24f

!blue
URxvt*color4:      #231bb8

!purple
URxvt*color5:      #9c3885

!cyan
URxvt*color6:      #1dbdb8

!white
URxvt*color7:      #fefefe

!bright-black
URxvt*color8:      #6a6a6a

!bright-red
URxvt*color9:      #e83a3d

!bright-green
URxvt*color10:     #35e956

!bright-yellow
URxvt*color11:     #ffff2f

!bright-blue
URxvt*color12:     #3a53f0

!bright-purple
URxvt*color13:     #e628ba

!bright-cyan
URxvt*color14:     #1cf5f5

!bright-white
URxvt*color15:     #ffffff

! ---------------------------------------------------------------------
! Xlock
! ---------------------------------------------------------------------
XLock.mode: marquee
! XLock.mode: flag
! XLock.message: Debian GNU/Linux adolfina i686 \n Kre¹imir Mar¾iæ
! XLock.messagefile: /home/kmarzic/.screen_saver
XLock.program: /bin/uname -snrvo; /usr/bin/uptime; /usr/bin/finger
XLock.bitmap: /usr/share/pixmaps/gnuLogo.xpm
XLock.username: User name: 
XLock.password: User password: 
Xlock.fg: Yellow
XLock.bg: Gray
XLock.foreground: White
XLock.background: Gray20
XLock.info: Entrance forbidden for luzers :( \nEnter password to unlock; select icon to lock.
XLock.validate: Checking your password...
XLock.invalid: Wrong password!
XLock.font: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-2
XLock.planfont: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-2
XLock.messagefont: -adobe-times-medium-r-normal--34-240-100-100-p-170-iso8859-2
XLock.ncolors: 256
XLock.icongeometry: 256x256
XLock.dpmsstandby: 600
XLock.dpmssuspend: 1200
XLock.dpmsoff: 1800
XLock.locksound: Thank you, for your cooperation.
XLock.infosound: Identify please.
XLock.validsound: Complete.
XLock.invalidsound: I am not programmed to give you that information.