Advertisement
fikriomar16

.xresources (221117)

Nov 22nd, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. Xft.dpi:85
  2. Xft.antialiasing:false
  3. Xft.rgba:rgb
  4. Xft.hinting:true
  5. Xft.lcdfilter:lcddefault
  6. URxvt.imLocale: pl_PL.UTF-8
  7. URxvt.font:xft:ShureTechMono Nerd Font:size=9
  8. !URxvt.font:xft:mplus Nerd Font:size=9
  9. URxvt*letterSpace:-1
  10. URxvt*allow_bold:true
  11. !URxvt*iconFile: /usr/share/icons/Papirus/64x64/apps/utilities-x-terminal.svg
  12. URxvt*iconFile: /home/omar/.icons/Mix Oplos/apps/scalable/utilities-terminal.svg
  13.  
  14. ! special
  15. *foreground: #c5c8c6
  16. *background: #2f343f
  17. *cursorColor: #c5c8c6
  18.  
  19. ! black
  20. *color0: #282a2e
  21. *color8: #373b41
  22.  
  23. ! red
  24. *color1: #a54242
  25. *color9: #cc6666
  26.  
  27. ! green
  28. *color2: #8c9440
  29. *color10: #b5bd68
  30.  
  31. ! yellow
  32. *color3: #de935f
  33. *color11: #f0c674
  34.  
  35. ! blue
  36. *color4: #5f819d
  37. *color12: #81a2be
  38.  
  39. ! magenta
  40. *color5: #85678f
  41. *color13: #b294bb
  42.  
  43. ! cyan
  44. *color6: #5e8d87
  45. *color14: #8abeb7
  46.  
  47. ! white
  48. *color7: #707880
  49. *color15: #c5c8c6
  50.  
  51.  
  52. URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel,clipboard
  53. !URxvt.matcher.button: 1
  54. URxvt.perl-ext: default,url-select
  55. URxvt.keysym.M-u: perl:url-select:select_next
  56. URxvt.url-select.launcher: firefox
  57. URxvt.url-select.underline: true
  58. URxvt.insecure: false
  59. URxvt.keysym.M-c: perl:clipboard:copy
  60. URxvt.keysym.M-v: perl:clipboard:paste
  61. URxvt*saveLines: 300000
  62. URxvt.scrollBar: false
  63. !URxvt*scrollstyle: plain
  64. URxvt*cursorBlink: false
  65. URxvt*cursorUnderline: true
  66. URxvt.tabbedex.autohide: yes
  67. URxvt.tabbedex.tabbar-fg: 2
  68. URxvt.tabbedex.tabbar-bg: 0
  69. URxvt.tabbedex.tab-fg: 10
  70. URxvt.tabbedex.tab-bg: 0
  71. URxvt.tabbedex.title: yes
  72. URxvt.tabbedex.new-button: no
  73. URxvt.keysym.F11: perl:fullscreen:switch
  74. !URxvt*geometry: 87x14
  75. URxvt*geometry: 82x11
  76. URxvt.internalBorder: 20
  77.  
  78.  
  79. XTerm*letterSpace:-2
  80. XTerm*faceName: ShureTechMono Nerd Font
  81. xterm*faceSize: 9
  82. xterm*internalBorder: 20
  83. xterm*vt100*geometry: 70x20
  84. xterm*saveLines: 16384
  85. xterm*loginShell: true
  86. xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
  87. xterm*termName: xterm-color
  88. xterm*eightBitInput: false
  89.  
  90. UXTerm*termName: xterm-256color
  91. UXTerm*VT100.geometry: 92x17
  92. UXTerm*font: ShureTechMono Nerd Font
  93. UXTerm*faceSize: 9
  94. UXTerm*dynamicColors: true
  95. UXTerm*utf8: 2
  96. UXTerm*eightBitInput: true
  97. UXTerm*saveLines: 10000
  98. UXTerm*scrollKey: true
  99. UXTerm*scrollTtyOutput: false
  100. UXTerm*scrollBar: false
  101. UXTerm*rightScrollBar: false
  102. UXTerm*jumpScroll: true
  103. UXTerm*multiScroll: true
  104. UXTerm*toolBar: false
  105. UXTerm*boldMode: false
  106. UXTerm*colorBDMode: true
  107. UXTerm*colorBD: rgb:3f/3f/3f
  108.  
  109.  
  110. rofi.modi: ssh,window,drun,run
  111. rofi.sidebar-mode: true
  112. rofi.terminal: gnome-terminal
  113. rofi.ssh-client: ssh
  114. rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
  115. rofi.opacity: 100
  116. rofi.width: 50
  117. rofi.lines: 7
  118. rofi.columns: 1
  119. rofi.font: ShureTechMono Nerd Font 10
  120. rofi.bw: 0
  121. rofi.location: 0
  122. rofi.padding: 20
  123. rofi.levenshtein-sort: true
  124. rofi.case-sensitive: false
  125. rofi.fuzzy: false
  126. rofi.line-margin: 2
  127. rofi.separator-style: none
  128. rofi.hide-scrollbar: true
  129. rofi.markup-rows: false
  130. rofi.scrollbar-width: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement