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