Advertisement
fikriomar16

.Xdefaults [6] - fusion between [2] & [5]

Jun 12th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 KB | None | 0 0
  1. ###################################################################################################################
  2. ################################################## Fonts ########################################################
  3.  
  4. Xft.dpi:85
  5. Xft.antialiasing:false
  6. Xft.rgba:rgb
  7. Xft.hinting:true
  8. Xft.lcdfilter:lcddefault
  9.  
  10. URxvt.imLocale: pl_PL.UTF-8
  11.  
  12. !URxvt.font:xft:ProFont for Powerline:size=12
  13. URxvt.font:xft:Anonymous Pro for Powerline:size=11
  14. !URxvt*font: xft:menlo:pixelsize=12,style=regular
  15. !URxvt*boldFont: xft:menlo:pixelsize=12, style=regular
  16. !URxvt*letterSpace: -1
  17. URxvt*allow_bold: true
  18.  
  19.  
  20. !Xft.dpi: 96
  21. !Xft.antialias: true
  22. !Xft.hinting: true
  23. !Xft.rgba: rgb
  24. !Xft.autohint: false
  25. !Xft.hintstyle: hintfull
  26. !Xft.lcdfilter: lcdfilter
  27.  
  28.  
  29. ###################################################################################################################
  30. ################################################## Colors #######################################################
  31.  
  32. URxvt*depth: 32
  33. URxvt*background: [40]#3F424A
  34. URxvt*foreground: White
  35.  
  36. !URxvt*background: rgba:0000/0000/0000/AAAA
  37. !URxvt*background: [80]#404552
  38. !urxvt*background: rgba:0000/0000/0200/c800
  39. !URxvt.foreground: #ecf0f1
  40.  
  41. ! special
  42. *.foreground: #000000
  43. *.background: #ecedee
  44.  
  45.  
  46. ! black
  47. *color0: #747d8e
  48. *color8: #7081be
  49.  
  50. ! red
  51. *color1: #d67c9b
  52. *color9: #d3afc5
  53.  
  54. ! green
  55. *color2: #abd683
  56. *color10: #e4eaf0
  57.  
  58. ! yellow
  59. *color3: #e3c78a
  60. *color11: #e3c78a
  61.  
  62. ! blue
  63. *color4: #18c9c9
  64. *color12: #18c9c9
  65.  
  66. ! magenta
  67. *color5: #d5d5ca
  68. *color13: #d5d5ca
  69.  
  70. ! cyan
  71. *color6: #8be9ee
  72. *color14: #8dc4f0
  73.  
  74. ! white
  75. *color7: #c3cee3
  76. *color15: #c3cee3
  77.  
  78.  
  79. ###################################################################################################################
  80. ########################################### Enable link support #################################################
  81.  
  82. URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel,clipboard
  83. !URxvt.matcher.button: 1
  84. URxvt.perl-ext: default,url-select
  85. URxvt.keysym.M-u: perl:url-select:select_next
  86. URxvt.url-select.launcher: /usr/bin/google-chrome
  87. URxvt.url-select.underline: true
  88.  
  89.  
  90. ###################################################################################################################
  91. ############################################### Disable bell ####################################################
  92.  
  93. URxvt.insecure: false
  94.  
  95.  
  96. ###################################################################################################################
  97. ###################################3##### Copy / paste keybindings ##############################################
  98.  
  99. URxvt.keysym.M-c: perl:clipboard:copy
  100. URxvt.keysym.M-v: perl:clipboard:pasteq
  101.  
  102.  
  103. ###################################################################################################################
  104. ########################################### Scrollbar / cursor ##################################################
  105.  
  106. URxvt*saveLines: 300000
  107. URxvt.scrollBar: false
  108. !URxvt*scrollstyle: plain
  109. URxvt*cursorBlink: false
  110. URxvt*cursorUnderline: true
  111. URxvt*cursorColor: #51c4d4
  112.  
  113.  
  114. ###################################################################################################################
  115. ################################################## Tabs #########################################################
  116.  
  117. URxvt.tabbedex.autohide: yes
  118. URxvt.tabbedex.tabbar-fg: 2
  119. URxvt.tabbedex.tabbar-bg: 0
  120. URxvt.tabbedex.tab-fg: 10
  121. URxvt.tabbedex.tab-bg: 0
  122. URxvt.tabbedex.title: yes
  123. URxvt.tabbedex.new-button: no
  124.  
  125.  
  126. ###################################################################################################################
  127. ############################################# Toggle fullscreen #################################################
  128.  
  129. URxvt.keysym.F11: perl:fullscreen:switch
  130.  
  131.  
  132.  
  133. ###################################################################################################################
  134. ################################################# Geometry ######################################################
  135.  
  136. URxvt*geometry: 85x25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement