Guest User

Untitled

a guest
Oct 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. /media % grep -i urxvt ~/.Xdefaults
  2. !urxvt*termName: rxvt-256color
  3. urxvt.geometry: 110x60
  4. urxvt*loginShell: false
  5. urxvt*scrollBar: true
  6. urxvt*scrollBar_right: true
  7. urxvt*scrollStyle: plain
  8. urxvt*scrollColor: #DDDDDD
  9. urxvt*secondaryScroll: true
  10. urxvt*saveLines: 65535
  11. urxvt*urgentOnBell: true
  12. !urxvt*override-redirect:false
  13. !urxvt*borderLess: false
  14. !urxvt*internalBorder: 0
  15. !urxvt*externalBorder: 0
  16. urxvt*iconFile: /usr/share/icons/Humanity/apps/24/terminal.svg
  17. urxvt*meta8: true
  18. urxvt*metaSendsEscape: true
  19. urxvt*perl-lib: /usr/lib/urxvt/perl/
  20. urxvt*perl-ext-common: default,matcher,searchable-scrollback,tabbed
  21. urxvt*urlLauncher: /usr/bin/firefox
  22. urxvt*matcher.button: 1
  23. urxvt.cutchars: `()'*<>[]{|}"
  24. URxvt.keysym.C-Delete: perl:matcher:last
  25. URxvt.keysym.M-Delete: perl:matcher:list
  26. !!URxvt.selection-autotransform.0: s/^([^:[:space:]]+):(\\d+):?$/vi +$2 \\Q$1\\E\\x0d/
  27. urxvt*font: -*-terminus-medium-*-*-*-12-*-*-*-*-*-*-*
  28. urxvt*boldFont: -*-terminus-bold-*-*-*-12-*-*-*-*-*-*-*
  29. !#URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=12:antialias=true:hinting=true
  30. !#URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true
  31. !#URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=11:antialias=true:hinting=true
  32. !#URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true
  33. !#URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true
  34. !URxvt*font: xft:terminus:pixelsize=13
  35. !URxvt*boldFont: xft:terminus:bold:pixelsize=13
  36. !URxvt*font: xft:monaco:size=10
  37. !!urxvt*shading: 33
  38. !!urxvt*transparent:true
  39. urxvt*colorMode: on
  40. urxvt*cursorBlink: true
  41. urxvt*cursorUnderline: false
  42. urxvt*cursorColor: #8ebdde
  43. urxvt*underlineColor: #8ebdde
  44. !urxvt*highlightColor: #ffffff
  45. !urxvt*highlightTextColor: #FFFFFF
  46. !URxvt*background: #FFFFFF
  47. !URxvt*foreground: #000000
  48. URxvt*cursorColor: #FFF500
  49. URxvt*background: #FFFFFF
  50. URxvt*foreground: #000000
  51. URxvt*color0: #222222
  52. URxvt*color8: #444444
  53. URxvt*color1: #B21818
  54. URxvt*color9: #FF5454
  55. URxvt*color2: #18B218
  56. URxvt*color10: #54FF54
  57. URxvt*color3: #B26818
  58. URxvt*color11: #FFFF54
  59. URxvt*color4: #1818B2
  60. URxvt*color12: #5454FF
  61. URxvt*color5: #B218B2
  62. URxvt*color13: #FF54FF
  63. URxvt*color6: #18B2B2
  64. URxvt*color14: #54FFFF
  65. URxvt*color7: #B2B2B2
  66. URxvt*color15: #FFFFFF
  67. URxvt.tabbed.tabbar-fg: 7
  68. URxvt.tabbed.tabbar-bg: 0
  69. URxvt.tabbed.tab-fg: 0
  70. URxvt.tabbed.tab-bg: 7
Add Comment
Please, Sign In to add comment