You are not logged in.

#1 2017-01-13 07:26:48

int13h
Member
Registered: 2015-10-06
Posts: 6

Big tabs in terminator

Hello,

Tabs in terminator huge. How can I reduce the height?

http://imgur.com/BhJa2Jp

Offline

#2 2017-01-13 17:43:45

justasug
Member
Registered: 2014-08-03
Posts: 165

Re: Big tabs in terminator

Were they smaller before? According to this, Terminator was recently updated to the GTK3 version in the repository (at least it seems so) and those tabs look like GTK3 tabs.

Try using a different theme or edit the tab styles yourself.

Offline

#3 2017-01-14 03:00:46

jmmec
Member
Registered: 2016-12-23
Posts: 7

Re: Big tabs in terminator

Ya - I'm wondering the same thing about the huge tab height, but haven't taken time to try to figure out if there is a way to shrink the space.

Offline

#4 2017-01-30 00:06:02

Salkay
Member
Registered: 2014-05-22
Posts: 618

Re: Big tabs in terminator

Szb recently edited a fix on the terminator wiki page, but it doesn't work for me. I also tried changing the `1px` and `2px` into `50px` to see if I could see any obvious change, but nothing happened.

Offline

#5 2017-03-27 14:03:43

sgt_b2002
Member
Registered: 2013-11-19
Posts: 7

Re: Big tabs in terminator

The gtk config doesn't work for me either. Running terminator 1.91. I tried using absurd numbers as well to look for obvious change and there was none.
I'm running openbox using lxappearance to change themes and such. Even modifying the theme doesn't change the tab color. I'm guessing there is some underlying theme/gtk problem and not specific to the gtk config referenced here.

Offline

#6 2017-03-27 16:59:18

toz
Member
Registered: 2011-10-28
Posts: 494

Re: Big tabs in terminator

There is a typo in the wiki document. The file name should be "gtk.css" (not gtkcss). Also try with all the values set to "0px" to get the thinnest possible tab.

Offline

#7 2017-03-27 21:28:35

Salkay
Member
Registered: 2014-05-22
Posts: 618

Re: Big tabs in terminator

@toz Thank you! That works perfectly now. I've edited the wiki too.

Offline

#8 2017-03-28 05:50:38

Szb
Member
Registered: 2017-03-28
Posts: 1

Re: Big tabs in terminator

Confirmed, the file name should be gtk.css, thx for correcting it.

Offline

#9 2018-09-13 20:20:39

nhoel
Member
Registered: 2018-09-13
Posts: 1

Re: Big tabs in terminator

I switched mine to this so that it would not affect other gtk3 applications
Added

.terminator-terminal-window 

to the CSS selector.

.terminator-terminal-window notebook tab {
  min-height: 0;
  padding: 0px;
}

.terminator-terminal-window notebook tab button {
  min-height: 0;
  min-width: 0;
  padding: 0px;
  margin: 0px;
}

The tabs are small but the preferences windows are unaffected now.

Last edited by nhoel (2018-09-13 20:21:51)

Offline

#10 2018-09-13 21:17:56

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: Big tabs in terminator

Thanks for your contribution nhoel, but please note that this thread is over one year old.  Please do not necrobump old threads.

Offline

#11 2018-09-13 21:20:19

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Big tabs in terminator


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB