Advertisement
Guest User

Xdefaults

a guest
Nov 23rd, 2015
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.12 KB | None | 0 0
  1. cat .Xdefaults                                                                                                                    
  2. URxvt.tabbed.autohide: true
  3. URxvt*perl-ext: tabbed
  4. URxvt.font: xft:Terminus:pixelsize=12
  5. URxvt*saveLines: 10536
  6. URxvt*scrollBar_right:false
  7.  
  8. #icon
  9. URxvt*iconFile: /usr/share/icons/Faenza/apps/64/lxterminal.png
  10.  
  11. ###
  12. URxvt.font: xft:DejaVu Sans Mono:bold:pixelsize=14:antialias=true
  13. URxvt.boldFont: xft:DejaVu Sans Mono:bold:pixelsize=14:antialias=true
  14.  
  15. #URxvt*background: white
  16. URxvt*transparent:true
  17. URxvt*scrollBar:false
  18. URxvt*borderLess:false
  19. URxvt*foreground:2  #Font color.
  20.  
  21. #ursl
  22. URxvt.perl-ext-common:  default,matcher
  23. URxvt.urlLauncher:      /usr/bin/firefox
  24. URxvt.matcher.button:   1
  25.  
  26. urxvt*shading: 72
  27. urxvt*cursorColor: 4
  28. urxvt*tintColor: black
  29. urxvt*blurRadius: 4
  30. #urxvt*font:-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-r
  31. urxvt*geometry: 100x24
  32. urxvt*cursorBlink: true
  33. URxvt.tabbed.tabbar-fg: 4
  34. URxvt.tabbed.tabbar-bg: 0
  35. URxvt.tabbed.tab-fg:    0
  36. URxvt.tabbed.tab-bg:    12
  37.  
  38. ####colorsevc
  39. ! black
  40. URxvt.color0  : #2E2E34343636
  41. URxvt.color8  : #555557575353
  42. ! red
  43. URxvt.color1  : #CCCC00000000
  44. URxvt.color9  : #EFEF29292929
  45. ! blued
  46. URxvt.color2  : #2781A1
  47. URxvt.color10 : #8A8AE2E23434
  48. ! yellow
  49. URxvt.color3  : #C4C4A0A00000
  50. URxvt.color11 : #FCFCE9E94F4F
  51. ! blue
  52. URxvt.color4  : #34346565A4A4
  53. URxvt.color12 : #72729F9FCFCF
  54. ! magenta
  55. URxvt.color5  : #757550507B7B
  56. URxvt.color13 : #ADAD7F7FA8A8
  57. ! cyan
  58. URxvt.color6  : #060698209A9A
  59. URxvt.color14 : #3434E2E2E2E2
  60. ! white
  61. URxvt.color7  : #D3D3D7D7CFCF
  62. URxvt.color15 : #EEEEEEEEECEC
  63.  
  64. #####STJERM terminal emulator config
  65. # see http://code.google.com/p/stjerm-terminal-emulator/wiki/ConfigurationOptions
  66.  
  67. stjerm.key: f1
  68. stjerm.opacity: 81
  69. stjerm.foreground: 1793D1
  70. stjerm.font: Monospace 12
  71. stjerm.lines: 1337
  72. stjerm.position: right
  73. stjerm.showtab: visibility
  74. stjerm.width: 1366
  75. stjerm.height: 512
  76. stjerm.autohide: false
  77.  
  78. Xcursor.theme: ecliz
  79. #Xcursor.size:  24
  80. #fonthinting
  81. Xft.autohint: 0
  82. Xft.lcdfilter: lcddefault
  83. Xft.hintstyle: hintfull
  84. Xft.hinting: 1
  85. Xft.antialias: 1
  86. Xft.dpi: 96
  87. Xft.rgba: rgb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement