xiterm

simple vte terminal emulator
git clone https://git.ce9e.org/xiterm.git

NameSize
LICENSE1072B
Makefile644B
PKGBUILD635B
README.md723B
portal.h2920B
xiterm.c7060B
xiterm.desktop204B

I spent some time switching between gnome-terminal, xfce4-terminal, and lxterminal trying to find the perfect configuration. Eventually I decided to cut out the middleman and use libvte directly. I published it mostly as a reference for others who want to do the same.

Installation

sudo apt install libgtk-3-dev libvte-2.91-dev
make
sudo make install
sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/xiterm 100
echo ". /etc/profile.d/vte-2.91.sh" >> ~/.bashrc

Features