Guest User

Untitled

a guest
Aug 30th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. ! urxvt
  2.  
  3. URxvt*geometry: 115x40
  4. !URxvt*font: xft:Liberation Mono:pixelsize=14:antialias=false:hinting=true
  5. URxvt*font: xft:Inconsolata:pixelsize=17:antialias=true:hinting=true
  6. URxvt*boldFont: xft:Inconsolata:bold:pixelsize=17:antialias=false:hinting=true
  7. !URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=14:antialias=false:hinting=true
  8. URxvt*depth: 24
  9. URxvt*borderless: 1
  10. URxvt*scrollBar: false
  11. URxvt*saveLines: 2000
  12. URxvt.transparent: true
  13. URxvt*.shading: 10
  14.  
  15. ! Meta modifier for keybindings
  16. !URxvt.modifier: super
  17.  
  18. !! perl extensions
  19. URxvt.perl-ext: default,url-select,clipboard
  20.  
  21. ! url-select (part of urxvt-perls package)
  22. URxvt.keysym.M-u: perl:url-select:select_next
  23. URxvt.url-select.autocopy: true
  24. URxvt.url-select.button: 2
  25. URxvt.url-select.launcher: chromium
  26. URxvt.url-select.underline: true
  27.  
  28. ! Nastavuje kopirovani
  29. URxvt.keysym.Shift-Control-V: perl:clipboard:paste
  30. URxvt.keysym.Shift-Control-C: perl:clipboard:copy
  31.  
  32. ! disable the stupid ctrl+shift 'feature'
  33. URxvt.iso14755: false
  34. URxvt.iso14755_52: false
  35.  
  36. !urxvt color scheme:
  37.  
  38. URxvt*background: #2B2B2B
  39. URxvt*foreground: #DEDEDE
  40.  
  41. URxvt*colorUL: #86a2b0
  42.  
  43. ! black
  44. URxvt*color0 : #2E3436
  45. URxvt*color8 : #555753
  46. ! red
  47. URxvt*color1 : #CC0000
  48. URxvt*color9 : #EF2929
  49. ! green
  50. URxvt*color2 : #4E9A06
  51. URxvt*color10 : #8AE234
  52. ! yellow
  53. URxvt*color3 : #C4A000
  54. URxvt*color11 : #FCE94F
  55. ! blue
  56. URxvt*color4 : #3465A4
  57. URxvt*color12 : #729FCF
  58. ! magenta
  59. URxvt*color5 : #75507B
  60. URxvt*color13 : #AD7FA8
  61. ! cyan
  62. URxvt*color6 : #06989A
  63. URxvt*color14 : #34E2E2
  64. ! white
  65. URxvt*color7 : #D3D7CF
  66. URxvt*color15 : #EEEEEC
Add Comment
Please, Sign In to add comment