Guest User

Xdefaults-config

a guest
Jul 11th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. ! ██ ██ ██ ████ ██ ██
  2. ! ░░██ ██ ░██ ░██░ ░██ ░██
  3. ! ░░██ ██ ░██ █████ ██████ ██████ ██ ██ ░██ ██████ ██████
  4. ! ░░███ ██████ ██░░░██░░░██░ ░░░░░░██ ░██ ░██ ░██░░░██░ ██░░░░
  5. ! ██░██ ██░░░██░███████ ░██ ███████ ░██ ░██ ░██ ░██ ░░█████
  6. ! ██ ░░██ ░██ ░██░██░░░░ ░██ ██░░░░██ ░██ ░██ ░██ ░██ ░░░░░██
  7. ! ██ ░░██░░██████░░██████ ░██ ░░████████░░██████ ███ ░░██ ██████
  8. ! ░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░░ ░░ ░░░░░░
  9. !
  10.  
  11.  
  12. ! █▓▒░ fonts
  13. !URxvt*font: xft:GohuFont:size=8:antialias=true, \
  14. !URxvt*font: xft:gohufont:size=11:antialias=false
  15. !URxvt*font: -*-creep-regular-*-*--16-*-*-*-*-*-*-1
  16. !URxvt*font: -*-lime-*-*-*--11-*-*-*-*-*-*-1
  17. !URxvt*font: xft:creep:size=16:antialias=true
  18. !URxvt*font: xft:envy code r:size=9:antialias=false
  19. !URxvt*font: xft:lemon:size=16:antialias=false
  20. !URxvt*font: xft:lime:size=16:antialias=false
  21. !URxvt*font: xft:neep:size=11:antialias=false
  22. !URxvt*font: xft:perfect dos vga 437:size=11:antialias=false
  23. !URxvt*font: xft:tewi:size=11:antialias=false
  24. !URxvt*font: xft:Hack Nerd Font Mono:style=Regular:size=11:hinting=full, \
  25. ! xft:Symbola:size=11:antialias=true:hinting=full
  26.  
  27. !URxvt*font: xft:FontAwesome:size=10:antialias=true
  28. !URxvt*font: xft:Siji:size=10:antialias=true
  29. !URxvt*font: xft:DejaVu Sans Mono:size=10:antialias=true
  30. URxvt*font: xft:Inconsolata:pixelsize=15:antialias=true,\
  31. xft:FontAwesome:pixelsize=11:antialias=true,\
  32. xft:Siji:pixelsize=11:antialias=true,\
  33. xft:unifont:pixelsize=18:antialias=true
  34.  
  35.  
  36. !URxvt*boldfont: xft:Inconsolata:style=bold:size=12:antialias=true
  37.  
  38.  
  39.  
  40. URxvt*boldFont:
  41. URxvt*italicFont:
  42. URxvt*bolditalicFont:
  43.  
  44. !URxvt*letterSpace: -1
  45. URxvt*lineSpace: -1
  46.  
  47. ! █▓▒░ interface
  48. URxvt*scrollBar: false
  49. #URxvt*transparent: false
  50. URxvt*internalBorder: 10
  51. URxvt*borderLess:false
  52. URxvt*depth: 32
  53.  
  54.  
  55. ! █▓▒░ extensions
  56.  
  57. URxvt.perl-ext-common: url-select,resize-font
  58. URxvt.keysym.M-u: perl:url-select:select_next
  59. URxvt.url-select.underline: false
  60. URxvt.url-select.launcher: firefox
  61. !URxvt.url-select.autocopy: true
  62. !URxvt.clipboard.autocopy: true
  63. !URxvt.clipboard.copycmd: xsel -ib
  64. !URxvt.clipboard.pastecmd: xsel -ob
  65. !URxvt.keysym.C-v: perl:clipboard:paste
  66. !URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
  67. URxvt.keysym.C-Down: resize-font:smaller
  68. URxvt.keysym.C-Up: resize-font:bigger
  69. urxvt*perl-lib: /usr/lib/urxvt/perl/
  70. urxvt*perl-ext: default,matcher
  71. urxvt*urlLauncher: /usr/bin/firefox
  72. urxvt*matcher.button: 1
  73.  
  74. ! █▓▒░ misc
  75. URxvt.saveLines: 2000
  76. URxvt.iso14755: false
  77. !URxvt*altSendsEscape: true
  78.  
  79. ! █▓▒░ high dpi mode
  80. Xft.autohint: 0
  81. Xft.lcdfilter: lcddefault
  82. Xft.hintstyle: hintfull
  83. Xft.hinting: 1
  84. Xft.antialias: 1
  85. Xft.rgba: rgb
  86.  
  87. twobwm.enable_compton: true
  88.  
  89. URxvt.geometry: 75x20
  90.  
  91. [colors]
  92.  
  93. *.foreground: #ffffff
  94. *.background: #111111
  95. URxvt.background: [80]#111111
  96.  
  97. !black
  98. *color0:#282828
  99. *color8:#363636
  100. !red
  101. *color1:#8A2F58
  102. *color9:#CF4F88
  103. !green
  104. *color2:#287373
  105. *color10:#53A6A6
  106. !yellow
  107. *color3:#914E89
  108. *color11:#BF85CC
  109. !blue
  110. *color4:#18618f
  111. *color12:#1C86C5
  112. !magenta
  113. *color5:#5E468C
  114. *color13:#7F62B3
  115. !cyan
  116. *color6:#8CAFF0
  117. *color14:#9BBAF1
  118. !white
  119. *color7:#EDD8D1
  120. *color15:#FCEDE3
Advertisement
Add Comment
Please, Sign In to add comment