thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Can't set border #639

Closed cstrahan closed 3 years ago

cstrahan commented 5 years ago

I know very little about GTK theming, but I have found that this works on just about all applications, with the exception of termite (in ~/.config/gtk-3.0/gtk.css):

decoration {
  border: 1px solid gray;
  background: gray;
}

It would be nice to have some documented way to apply a border to termite, otherwise the bottom left/right corners are invisible when termite is on top of a black background (in my case, likely another termite instance):

Image of overlapping terminals

(image source)

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.