BlingCorp / bling

Utilities for the awesome window manager
https://blingcorp.github.io/bling/
MIT License
851 stars 51 forks source link

Add an ability to disable tab bar on mstab layout #143

Closed nawordar closed 2 years ago

nawordar commented 2 years ago

I am creating a custom title bar and would like to add support for displaying tabs in the mstab layout, but I can't find an option to disable the Bling's built in tab bar. I tried to set theme.tabbar_disabled to true, but it seems that it only works for the tabbed container.

nawordar commented 2 years ago

I may do try to do a PR later. I think it would be better to have a separate variable for mstab, e.g. theme.mstab_tabbar_disabled, than making theme.tabbar_disabled also work for mstab layout. What do you think?