Skip to content

Instantly share code, notes, and snippets.

@cesarmiquel
Last active January 2, 2019 18:10
Show Gist options
  • Save cesarmiquel/a1544ca87de3fc60729054d60b0c9611 to your computer and use it in GitHub Desktop.
Save cesarmiquel/a1544ca87de3fc60729054d60b0c9611 to your computer and use it in GitHub Desktop.

You need to have a vt340 terminal for lsix to work. If you are in Ubuntu to:

sudo apt-get install xterm

You need to have a decent font for xterm. You can do this:

  1. Edit ~/.Xresources and put this:
  ! Allow sixel graphics. https://github.com/hackerb9/lsix
  xterm*decTerminalID	:	vt340
  
  ! Use Ubuntu Mono
  xterm*faceName: Ubuntu Mono
  xterm*faceSize: 12
  xterm*renderFont: true
  1. Merge with current X config with: xrdb -merge ~/.Xresources
  2. Fire up an X-Term: xterm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment