This is a simple terminal build around vte using c
This terminal depends on VTE wich uses GTK
Install it with
sudo pacman -S vte3
To compile it adjust config/config.h
and then simply run
$ make
Take a look at config/config.h
You can customize colors/font/keybindings/etc... in config/config.h
For other things you need to modify the gtk.css
file in your ~/.config
edit the file ~/.config/gtk-3.0/gtk.css
and add
vte-terminal {
padding: 20px 20px 20px 20px;
-VteTerminal-inner-border: 20px 20px 20px 20px;
}
With the implementation of terminal switching you can't close the window with [TO IMPROVE]exit
or by simply closing it (it hangs)
Possibility to close a single terminal