all repos — fluxbox @ 61b757d872778131aa773aadc9c59fdfb3fe2238

custom fork of the fluxbox windowmanager

make internal tabs default
markt markt
commit

61b757d872778131aa773aadc9c59fdfb3fe2238

parent

0f9f19344466cf25170750f768815daf3bdfd2ae

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M doc/asciidoc/fluxbox.txtdoc/asciidoc/fluxbox.txt

@@ -838,7 +838,7 @@ strftime(3) format is used. Default: %I:%M %p

session.screen0.tabs.intitlebar: <boolean> This specifies whether tabs should be embedded in the titlebar or placed - outside the window. Default: False + outside the window. Default: True session.screen0.tab.placement: <placement> This specifies where external tabs will appear on the window. Default:
M src/Screen.ccsrc/Screen.cc

@@ -327,7 +327,7 @@ altscrname+".overlay.CapStyle"),

scroll_action(rm, "", scrname+".windowScrollAction", altscrname+".WindowScrollAction"), scroll_reverse(rm, false, scrname+".windowScrollReverse", altscrname+".WindowScrollReverse"), max_over_tabs(rm, false, scrname+".tabs.maxOver", altscrname+".Tabs.MaxOver"), - default_internal_tabs(rm, false /* TODO: autoconf option? */ , scrname+".tabs.intitlebar", altscrname+".Tabs.InTitlebar") { + default_internal_tabs(rm, true /* TODO: autoconf option? */ , scrname+".tabs.intitlebar", altscrname+".Tabs.InTitlebar") { }