-Emacs.font: Inconsolata-15
-!Emacs.geometry: 80x50
-
-!XTerm*pointerColor: green
-!Xterm*pointerShape: arrow
-!XTerm*pointerColorBackground: black
-
-XTerm*background: black
-XTerm*foreground: white
-XTerm*transparent: true
-
-XTerm*cursorColor: yellow
-XTerm*internalBorder: 3
-
-XTerm*loginShell: true
-XTerm*scrollBar: false
-XTerm*scrollKey: true
-XTerm*saveLines: 1000
-XTerm*VT100*geometry: 82x15
-
-XTerm*multiClickTime: 250
-
-!to merge primary & clipboard
-!XTerm*selectToClipboard: true
-
-
-XTerm*faceName: Inconsolata
-!XTerm*faceName: Monaco
-XTerm*faceSize: 17
-XTerm*VT100*renderFont: true
-
-!XTerm*VT100*utf8: 1
-XTerm*locale: true
-
-! open xterm history in another window, to be fixed
-!XTerm*printerCommand: xterm -T History -e sh -c 'less -r <&3' 3<&0
-!XTerm*translations: #override Ctrl <Key>slash: print-everything()
-
-! to be able to use alt key for shortcuts
-XTerm*metaSendsEscape: true
-
-! Theming
-XTerm*background: #000000
-XTerm*foreground: #9f9f9f
-XTerm*color0: #000000
-XTerm*color1: #9e1828
-XTerm*color2: #aece92
-XTerm*color3: #968a38
-XTerm*color4: #414171
-XTerm*color5: #963c59
-XTerm*color6: #418179
-XTerm*color7: #bebebe
-XTerm*color8: #666666
-XTerm*color9: #cf6171
-XTerm*color10: #c5f779
-XTerm*color11: #fff796
-XTerm*color12: #4186be
-XTerm*color13: #cf9ebe
-XTerm*color14: #71bebe
-XTerm*color15: #ffffff
+!-------------------------------
+! rxvt-unicode $HOME/.Xdefaults
+!-------------------------------
+!
+! xrdb -load .Xdefaults -> reload urxvt configuration
+
+! Teclas:
+! Ctrl-Alt -> Paste
+! Ctrl-Up -> Increase Font
+! Ctrl-Down -> Decrease Font
+! Ctrl+Print -> Save buffer in $HOME/urxvt
+!
+! Alt + s -> Search in scrollback
+
+! para activar tabbed -> urxvt -pe tabbed
+! Shift-Right-Left -> switch the tab
+! Shift-Down -> create a new tab
+! Ctrl-Right-Left -> renumber current tab
+
+! Cambiar fuente en caliente: printf '\33]50;%s\007' "9x15bold,xft:Kochi Gothic"
+
+! \033] -> Send fake keystroke ESC-] (this announces a terminal control secuence)
+! 710; -> terminal control: set normal font, followed by the font description
+! 711; -> set bold font
+! 712; -> set italic font
+! 713; -> set bold/italic font
+! \077 -> end command
+
+
+!-------------------------------------------------------------------------------
+! Xft settings
+!-------------------------------------------------------------------------------
+Xft.dpi: 96
+Xft.antialias: false
+Xft.rgba: rgb
+Xft.hinting: true
+! hintstyle: hintnone, hintslight, hintmedium, hintfull.
+Xft.hintstyle: hintnone
+Xft.autohint: false
+Xft.lcdfilter: lcddefault
+
+
+!-------------------------------------------------------------------------------
+! URxvt settings
+! More info at:
+! http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod
+!-------------------------------------------------------------------------------
+URxvt.termName: rxvt-unicode
+URxvt.depth: 32
+URxvt.geometry: 120x20
+URxvt.transparent: true
+URxvt.shading: 4
+URxvt.loginShell: false
+URxvt.meta: ignore
+URxvt.utmpInhibit: true
+URxvt.saveLines: 8192
+! internalBorder: espacios entre el texto y el borde de la consola
+URxvt.internalBorder: 2
+! lineSpace: espacio entre las lineas
+URxvt.lineSpace: 0
+
+#include "/home/nsukami/.xcolors/.Xresources.eight"
+!#include "/home/nsukami/.xcolors/.Xresources.gnome"
+!#include "/home/nsukami/.xcolors/.Xresources.nine"
+!#include "/home/nsukami/.xcolors/.Xresources.solar"
+!#include "/home/nsukami/.xcolors/.Xresources.dracula"
+
+! Fonts
+URxvt.allow_bold: true
+URxvt.font: xft:Inconsolata:pixelsize=21
+URxvt.boldFont: xft:Inconsolata:bold:pixelsize=21
+URxvt.italicFont: xft:Inconsolata:italic:pixelsize=21
+URxvt.boldItalicFont: xft:Inconsolata:pixelsize=21
+
+
+! Fix font space
+! URxvt.letterSpace: -2
+
+URxvt.keysym.C-1: command:\033]710;xft:Courier 10 Pitch:pixelsize=14:autohint=false\007
+URxvt.keysym.C-2: command:\033]710;xft:bitstream vera sans mono:size=12:antialias=false\007
+URxvt.keysym.C-3: command:\033]710;xft:Monospace:pixelsize=14:autohint=false\007
+URxvt.keysym.C-4: command:\033]710;xft:Ubuntu Mono:style=Regular:pixelsize=14\007
+URxvt.keysym.C-5: command:\033]710;-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1\007
+
+! Cursor
+URxvt.cursorBlink: true
+URxvt.cursorColor: #FF00FF
+URxvt.cursorUnderline: false
+
+! Pointer
+URxvt.pointerBlank: true
+
+! disable ctrl+shift binding
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+
+! scrollbar style - rxvt (default), plain (most compact), next, or xterm
+URxvt.scrollstyle: rxvt
+URxvt.scrollBar: false
+URxvt.urgentOnBell: false
+
+URxvt.scrollBar_right: false
+
+! do not scroll with output
+URxvt.scrollTtyOutput: false
+
+! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
+URxvt.scrollWithBuffer: true
+
+! scroll back to the bottom on keypress
+URxvt.scrollTtyKeypress: true
+
+URxvt.secondaryScreen: 1
+URxvt.secondaryScroll: 0
+
+! scrollback one line
+! URxvt.keysym.Shift-Up: command:\033]720;1\007
+! URxvt.keysym.Shift-Down: command:\033]721;1\007
+
+! urxvt tabs settings:
+URxvt.tabbed.tabbar-fg: 2
+URxvt.tabbed.tabbar-bg: 0
+URxvt.tabbed.tab-fg: 2
+URxvt.tabbed.tab-bg: 8
+URxvt.tabbed.autohide: yes
+URxvt.tabbed.new-button: no
+URxvt.tabbed.title: no
+
+!Ctrl+Print or Shilft+Print to save screen with scrollbar.
+!URxvt.print-pipe: cat > /dev/null
+URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX)
--- /dev/null
+!Theme Nine
+URxvt.background: rgb:1a/1a/1a
+URxvt.foreground: rgb:d6/d6/d6
+URxvt.color0: rgb:00/00/00
+URxvt.color1: rgb:9e/18/28
+URxvt.color2: rgb:00/88/00
+URxvt.color3: rgb:96/8a/38
+URxvt.color4: rgb:41/41/71
+URxvt.color5: rgb:96/3c/59
+URxvt.color6: rgb:41/81/79
+URxvt.color7: rgb:be/be/be
+URxvt.color8: rgb:66/66/66
+URxvt.color9: rgb:cf/61/71
+URxvt.color10: rgb:7c/bc/8c
+URxvt.color11: rgb:ff/f7/96
+URxvt.color12: rgb:41/86/be
+URxvt.color13: rgb:cf/9e/be
+URxvt.color14: rgb:71/be/be
+URxvt.color15: rgb:ff/ff/ff
+URxvt.cursorColor: #d6d6d6