Advertisement
zezaocapoeira

~/.Xresources

Jun 10th, 2014
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Xft.dpi: 85
  2. Xft.lcdfilter: lcddefault
  3. Xft.antialias: true
  4. Xft.rgba: rgb
  5. Xft.hinting: true
  6. Xft.hintstyle: hintslight
  7.  
  8. Xcursor.theme: ComixCursors-Black
  9.  
  10. ! icone barra de titulo
  11. URxvt.iconFile: /usr/share/icons/Tango/scalable/apps/terminal.svg
  12.  
  13.  
  14. ! teclas home,end terminal urxvt
  15. URxvt*keysym.Home: \033[1~
  16. URxvt*keysym.End: \033[4~
  17.  
  18. ! teclas home,end nano-editor
  19. URxvt.keysym.Home: \033OH
  20. URxvt.keysym.End: \033OF
  21. URxvt.keysym.KP_Home: \033OH
  22. URxvt.keysym.KP_End: \033OF
  23.  
  24.  
  25. ! transparencia real
  26. URxvt.depth: 32
  27. URxvt.background: [80]#000000
  28.  
  29. ! barra de rolagem
  30. URxvt.scrollBar: false
  31.  
  32.  
  33. ! fontes urxvt:
  34. URxvt.font: xft:Droid Sans Mono:size=12
  35.  
  36.  
  37. ! enabling clickable links:
  38.  
  39. URxvt.urlLauncher: /usr/bin/firefox
  40. URxvt.matcher.button: 1
  41.  
  42. ! urxvt scrolling options and cursor style:
  43.  
  44. URxvt*saveLines: 12000
  45. URxvt*cursorBlink: true
  46. URxvt*cursorUnderline: true
  47.  
  48. ! urxvt tabs settings:
  49.  
  50. URxvt.tabbed.tabbar-fg: 2
  51. URxvt.tabbed.tabbar-bg: 0
  52. URxvt.tabbed.tab-fg: 2
  53. URxvt.tabbed.tab-bg: 8
  54. URxvt.tabbed.autohide: yes
  55. URxvt.tabbed.new-button: no
  56. URxvt.tabbed.title: no
  57.  
  58. URxvt.mouseWheelScrollPage: true
  59.  
  60.  
  61. ! urxvt color scheme:
  62.  
  63. URxvt*background: #000000
  64. URxvt*foreground: #00AAAA
  65. URxvt*cursorColor: #AAAAAA
  66. URxvt*colorUL: #86a2b0
  67.  
  68. !black
  69. *color0: #000000
  70. *color8: #555555
  71. !red
  72. *color1: #AA0000
  73. *color9: #FF5555
  74. !green
  75. *color2: #00AA00
  76. *color10: #55FF55
  77. !yellow
  78. *color3: #AA5500
  79. *color11: #FFFF55
  80. !blue
  81. *color4: #0000AA
  82. *color12: #5555FF
  83. !magenta
  84. *color5: #AA00AA
  85. *color13: #FF55FF
  86. !cyan
  87. *color6: #00AAAA
  88. *color14: #55FFFF
  89. !white
  90. *color7: #AAAAAA
  91. *color15: #FFFFFF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement