Tavis, I only find /etc/skel/.Xresources for a .Xresources file, where do I put this file if I want to enable sixel support for sixels as you suggested?
> I think you just need > something like this in .Xresources to enable it in xterm: > > XTerm*decTerminalID: vt382 > Best wishes, David On Sun, Aug 1, 2021 at 6:58 PM Tavis Ormandy <tav...@gmail.com> wrote: > On 2021-08-01, Patrick Shanahan wrote: > > Not exactly what was asked, but I use this mailcap to view image > attachments: > > image/png; img2sixel -- %s | less -r; nametemplate=%s.png; needsterminal > > It uses the sixel support in xterm (or any other terminal that supports > sixels) to display images in the terminal. I think you just need > something like this in .Xresources to enable it in xterm: > > XTerm*decTerminalID: vt382 > > Tavis. > >