xiterm

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

commit
8b65537ab4acae4853ddb741bd5891c0bebc9dce
parent
e99158b66d9655cb786b675636d16454e8857dec
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-09-21 23:11
add README

Diffstat

A README.md 21 +++++++++++++++++++++

1 files changed, 21 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -0,0 +1,21 @@
   -1     1 I spent some time switching between gnome-terminal, xfce4-terminal, and
   -1     2 lxterminal trying to find the perfect configuration. Eventually I decided to
   -1     3 cut out the middleman and use libvte directly. I published it mostly as a
   -1     4 reference for others who want to do the same.
   -1     5 
   -1     6 # Installation
   -1     7 
   -1     8 	sudo apt install libgtk-3-dev libvte-2.91-dev
   -1     9 	make
   -1    10 	sudo make install
   -1    11 	sudo update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/xiterm 100
   -1    12 	echo ". /etc/profile.d/vte-2.91.sh" >> ~/.bashrc
   -1    13 
   -1    14 # Features
   -1    15 
   -1    16 -	configure by changing the code
   -1    17 -	custom color scheme
   -1    18 -	change font scale with Ctrl-+|-|0
   -1    19 -	open http URLs with right click
   -1    20 -	new tabs open after current one
   -1    21 -	switching tabs does not wrap around