Advertisement
Guest User

Untitled

a guest
Feb 26th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. ! -----
  2. ! urxvt
  3. ! -----
  4. URxvt*buffered: true
  5. ! Green text
  6. URxvt*foreground: #00FF00
  7. URxvt*cursorColor: yellow
  8. URxvt*underlineColor: #8FC45A
  9. URxvt*font:xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=true
  10. URxvt*termName: rxvt
  11. !set to 32-bit for real transparency (compositing required)
  12. URxvt*depth: 32
  13. !transparent=0000 opaque=ffff
  14. URxvt*background: rgba:1111/1111/1111/dddd
  15. URxvt*secondaryScroll: true # Enable Shift-PageUp/Down in screen
  16.  
  17.  
  18. !------------------
  19. !url clickable
  20. !-------------------
  21. URxvt*scrollBar: false
  22. URxvt.perl-ext: default,url-select
  23. URxvt.perl-ext-common: default,tabbed
  24. URxvt*keysym.M-u: perl:url-select:select_next
  25. URxvt*url-select.launcher: /usr/bin/firefox -new-tab
  26. URxvt*url-select.underline: true
  27.  
  28. !-----------------
  29. !tabs colors
  30. !----------------
  31. URxvt*tabbed*tabbar-fg: 8
  32. URxvt*tabbed*tabbar-bg: 0
  33. URxvt*tabbed*tab-fg: 2
  34. URxvt*tabbed*tab-bg: 0
  35.  
  36. !----------------
  37. !Clipboard
  38. !----------------
  39. URxvt*keysym*M-c: perl:clipboard:copy
  40. URxvt*keysym*C-v: perl:clipboard:paste
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement