.Xresources 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Xft.autohint: 1
  2. Xft.antialias: 1
  3. Xft.hinting: false
  4. Xft.hintstyle: hintslight
  5. Xft.dpi: 79x31
  6. Xft.rgba: rgb
  7. Xft.lcdfilter: lcddefault
  8. !here follows a paste of things i accidentally ">"'d (instead of ">>"'d) over my old .Xresources with:
  9. ! Open images in FEH
  10. *matcher.pattern.2: \\bhttps?:\/\/[\\w-.]*\/[\\w./?&@#-]*.(jpg|JPG|jpeg|png)
  11. *matcher.launcher.2: feh $0
  12. ! Open video links in mpv
  13. *matcher.pattern.3: \\bhttps?:\/\/(www.youtube|youtube|youtu|vimeo|twitch).(com|be|tv)\/(watch\\?v=([\\w-]*)|v\/([\\w-]*)|([\\w-]*))
  14. *matcher.launcher.3: mpv $0
  15. ! Open gifs in imagemagick
  16. *matcher.pattern.4: \\bhttps?:\/\/[\\w-.]*\/[\\w./?&@#-]*.(gif)
  17. *matcher.launcher.4: animate -loop 0 $0
  18. ! Open some links in mpv
  19. *matcher.pattern.5: \\bhttps?:\/\/[\\w-.]*\/[\\w./?&@#-]*.(mp4|ogv|flac|webm|ogg)
  20. *matcher.launcher.5: mpv $0
  21. XTerm*metaSendsEscape: true
  22. !!!here follows an edited paste of... someones .Xdefaults. ... only a few tips from it remain.
  23. !
  24. ! Use xfontsel and xlsfonts to find other fonts.
  25. !
  26. ! ‘xrdb -load ~/.Xdefaults
  27. ! ‘xrdb -load ~/.Xdefaults
  28. !
  29. ! Other resources:
  30. ! * showrgb — util to dump color db.
  31. ! * test-color-words16 — another color-displaying util (worth gist-ing).
  32. !!! Fonts
  33. !xterm*font: -*-terminus-*-*-*-*-*-*-*-*-*-*-iso10646-*
  34. !xterm*boldFont: -*-terminus-*-*-*-*-*-*-*-*-*-*-iso10646-*
  35. !xterm*italicFont: -*-terminus-*-*-*-*-*-*-*-*-*-*-iso10646-*
  36. !xterm*font: -misc-fixed-medium-r-*-*-18-*-*-*-*-*-*-*
  37. !xterm*boldFont: -misc-fixed-medium-r-*-*-18-*-*-*-*-*-*-*
  38. !! got this from a paste. it seems alright. will try it out for a while.
  39. !! yes. this is good. go back to this after testing weird shit.
  40. xterm*font: -*-*-*-*-*-*-*-100-*-*-*-60-iso10646-*
  41. xterm*boldFont: -*-*-*-*-*-*-*-100-*-*-*-60-iso10646-*
  42. !!!xterm*italicFont: -*-*-*-*-*-*-*-100-*-*-*-60-iso10646-*
  43. !ieeeeeee testing. go back to the above afterwards.
  44. !xterm*font: -*-nztt-*-*-*-*-*-*-*-*-*-*-*-*
  45. !xterm*boldFont: -*-nztt-*-*-*-*-*-*-*-*-*-*-*-*
  46. !xterm*font: xft:bitstream nzt sans mono:size=6:antialias=true
  47. !xterm*boldFont: xft:bitstream nzt sans mono:bold:size=6:antialias=true
  48. !xterm*font: -*-tidyr-*-*-*-*-*-*-*-*-*-*-*-*
  49. !xterm*boldFont: -*-tidyr-*-*-*-*-*-*-*-*-*-*-*-*
  50. !!! Enable copy/paste.
  51. ! http://www.davidsimmons.com/soft/xtermhacks/
  52. xterm*VT100.translations: #override <Btn1Up>: select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)
  53. !!! Foreground
  54. xterm*foreground: #E6D0BA
  55. !!! Background
  56. !!!xterm*background: #4D3319
  57. xterm*background: #332414
  58. !!! Cusor
  59. xterm*cursorColor: #ff7000
  60. !xterm*charClass: 33:48,35-38:48,39:43,42-47:48,58-59:48,61:48,63-64:48,126:48
  61. !xterm*dynamicColors: true
  62. ! Blacks
  63. xterm*color0: #4D3319
  64. !!!xterm*color0: #332414
  65. xterm*color8: #6B5036
  66. ! Reds
  67. xterm*color1: #E07000
  68. xterm*color9: #90765E
  69. ! Greens
  70. xterm*color2: #B85F00
  71. xterm*color10: #CCB59F
  72. ! Yellows
  73. xterm*color3: #7F674E
  74. xterm*color11: #F3D7C0
  75. ! Blues
  76. xterm*color4: #9C6631
  77. xterm*color12: #D0B295
  78. ! Purples
  79. xterm*color5: #664D34
  80. xterm*color13: #6B4723
  81. ! Cyans
  82. xterm*color6: #FCAF3E
  83. xterm*color14: #E8C064
  84. ! Whites
  85. xterm*color7: #CCB9A5
  86. xterm*color15: #F2DBC4