Kamiel

.Xresources

Oct 10th, 2014
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # ~/.Xresources
  2.  
  3. Xft.autohint: 0
  4. Xft.dpi: 96
  5. Xft.antialias: true
  6. Xft.rgba: rgb
  7. Xft.hinting: true
  8. ! Xft.hintstyle: hintslight
  9. Xft.hintstyle: hintmedium
  10. ! Xft.hintstyle: hintfull
  11. Xft.lcdfilter: lcddefault
  12.  
  13.  
  14. URxvt*eightBitInput: false
  15. URxvt*metaSendsEscape: true
  16. URxvt*backarrowKey: false
  17. URxvt*modifier: meta
  18.  
  19. URxvt*termName: xterm-256color-italic
  20. URxvt.font: xft:Inconsolata LGC:pixelsize=14
  21. URxvt.italicFont: xft:Inconsolata LGC:pixelsize=14:italic
  22. URxvt.boldFont: xft:Inconsolata LGC:pixelsize=14:bold
  23. URxvt.boldItalicFont: xft:Inconsolata LGC:81:bold:italic
  24. URxvt.depth: 32
  25. URxvt*blurRadius: 3
  26. URxvt*foreground: #475b62
  27. URxvt.background: [95]#eeeae0
  28. URxvt.cursorColor: #2f4f4f
  29. URxvt*.shading: 15
  30. URxvt.fading: 5
  31. URxvt*skipBuiltinGlyphs: true
  32. URxvt*linespace: 0
  33. URxvt*letterSpace: 0
  34. URxvt*externalBorder: 0
  35. URxvt*internalBorder: 0
  36. URxvt*.transparent: false
  37. URxvt*saveLines: 0
  38. URxvt.scrollstyle: plain
  39. URxvt.scrollBar: false
  40. URxvt*scrollTtyOutput: false
  41. URxvt*scrollWithBuffer: true
  42. URxvt*scrollTtyKeypress: true
  43. URxvt*urlLauncher: /usr/bin/chromium-browser
  44. URxvt.iconFile: /usr/share/icons/Faenza/apps/scalable/terminal.svg
  45. URxvt.geometry: 90x50
  46. URxvt.cursorBlink: false
  47. URxvt.cursorUnderline: false
  48. URxvt*visualBell: true
  49. URxvt.intensityStyles: false
  50. URxvt*tripleclickwords: true
  51. URxvt*pastableTabs: false
  52. URxvt*urgentOnBell: false
  53. URxvt*utmpInhibit: false
  54. URxvt*iso14755: false
  55. URxvt*iso14755_52: false
  56.  
  57. URxvt*pointerColorForeground: #586e75
  58. URxvt*pointerColorBackground: #93a1a1
  59.  
  60. URxvt*fadeColor: #002b36
  61.  
  62. ! black dark/light
  63. URxvt*color0: #eee8d5
  64. URxvt*color8: #eeeae0
  65.  
  66. ! red dark/light
  67. URxvt*color1: #dc322f
  68. URxvt*color9: #cb4b16
  69.  
  70. ! green dark/light
  71. URxvt*color2: #859900
  72. URxvt*color10: #93a1a1
  73.  
  74. ! yellow dark/light
  75. URxvt*color3: #b58900
  76. URxvt*color11: #839496
  77.  
  78. ! blue dark/light
  79. URxvt*color4: #268bd2
  80. URxvt*color12: #657b83
  81.  
  82. ! magenta dark/light
  83. URxvt*color5: #d33682
  84. URxvt*color13: #6c71c4
  85.  
  86. ! cyan dark/light
  87. URxvt*color6: #2aa198
  88. URxvt*color14: #586e75
  89.  
  90. ! white dark/light
  91. URxvt*color7: #073642
  92. URxvt*color15: #002b36
  93.  
  94. ! super key
  95. URxvt.keysym.Super_L: \030@s
  96. URxvt.keysym.Super_R: \030@s
  97.  
  98. ! translations
  99. URxvt.VT100.Translations: #override \
  100.  ~Ctrl ~Meta  Shift <Key> Tab:        string(0x1b) string("[z2a")     \n\
  101.  ~Ctrl  Meta ~Shift <Key> Tab:        string(0x1b) string("[z3a")     \n\
  102.  ~Ctrl  Meta  Shift <Key> Tab:        string(0x1b) string("[z4a")     \n\
  103.   Ctrl ~Meta ~Shift <Key> Tab:        string(0x1b) string("[z5a")     \n\
  104.   Ctrl ~Meta  Shift <Key> Tab:        string(0x1b) string("[z6a")     \n\
  105.   Ctrl  Meta ~Shift <Key> Tab:        string(0x1b) string("[z7a")     \n\
  106.   Ctrl  Meta  Shift <Key> Tab:        string(0x1b) string("[z8a")     \n\
  107. \
  108.  ~Ctrl ~Meta  Shift <Key> Return:     string(0x1b) string("[z2b")     \n\
  109.  ~Ctrl  Meta ~Shift <Key> Return:     string(0x1b) string("[z3b")     \n\
  110.  ~Ctrl  Meta  Shift <Key> Return:     string(0x1b) string("[z4b")     \n\
  111.   Ctrl ~Meta ~Shift <Key> Return:     string(0x1b) string("[z5b")     \n\
  112.   Ctrl ~Meta  Shift <Key> Return:     string(0x1b) string("[z6b")     \n\
  113.   Ctrl  Meta ~Shift <Key> Return:     string(0x1b) string("[z7b")     \n\
  114.   Ctrl  Meta  Shift <Key> Return:     string(0x1b) string("[z8b")     \n\
  115. \
  116.  ~Ctrl ~Meta  Shift <Key> BackSpace:     string(0x1b) string("[z2c")  \n\
  117.  ~Ctrl  Meta ~Shift <Key> BackSpace:     string(0x1b) string("[z3c")  \n\
  118.  ~Ctrl  Meta  Shift <Key> BackSpace:     string(0x1b) string("[z4c")  \n\
  119.   Ctrl ~Meta ~Shift <Key> BackSpace:     string(0x1b) string("[z5c")  \n\
  120.   Ctrl ~Meta  Shift <Key> BackSpace:     string(0x1b) string("[z6c")  \n\
  121.   Ctrl  Meta ~Shift <Key> BackSpace:     string(0x1b) string("[z7c")  \n\
  122.   Ctrl  Meta  Shift <Key> BackSpace:     string(0x1b) string("[z8c")  \n\
  123. \
  124.  ~Ctrl ~Meta ~Shift <Key> Pause:       string(0x1b) string("[zd")     \n\
  125.  ~Ctrl ~Meta  Shift <Key> Pause:       string(0x1b) string("[z2d")    \n\
  126.  ~Ctrl  Meta ~Shift <Key> Pause:       string(0x1b) string("[z3d")    \n\
  127.  ~Ctrl  Meta  Shift <Key> Pause:       string(0x1b) string("[z4d")    \n\
  128.   Ctrl ~Meta ~Shift <Key> Pause:       string(0x1b) string("[z5d")    \n\
  129.   Ctrl ~Meta  Shift <Key> Pause:       string(0x1b) string("[z6d")    \n\
  130.   Ctrl  Meta ~Shift <Key> Pause:       string(0x1b) string("[z7d")    \n\
  131.   Ctrl  Meta  Shift <Key> Pause:       string(0x1b) string("[z8d")    \n\
  132. \
  133.  ~Ctrl ~Meta ~Shift <Key> Sys_Req:     string(0x1b) string("[ze")     \n\
  134.  ~Ctrl ~Meta  Shift <Key> Sys_Req:     string(0x1b) string("[z2e")    \n\
  135.   Ctrl ~Meta ~Shift <Key> Sys_Req:     string(0x1b) string("[z5e")    \n\
  136.   Ctrl ~Meta  Shift <Key> Sys_Req:     string(0x1b) string("[z6e")    \n
Advertisement
Add Comment
Please, Sign In to add comment