Is your feature request related to a problem? Please describe.
When window_decorations does not contain TITLE, double-clicking the draggable region of the tab bar to does nothing.
Describe the solution you'd like
I would like to be able to double-click the draggable region of the tab bar to maximise the window.
This is similar to the behaviour of other programs with integrated tab bars such as Firefox.
For example, with the config:
config.window_decorations = "RESIZE"
I want to be able to double-click any of the grey region in this screenshot to maximise (or un-maximise) the window.
Describe alternatives you've considered
Adding the INTEGRATED_BUTTONS flag to window_decorations is a decent work-around, as it makes it possible to manage the window using the mouse without requiring the TITLE flag. However, it would still be nice to be able to double-click the tab bar similar to other programs.
Is your feature request related to a problem? Please describe.
When
window_decorations
does not containTITLE
, double-clicking the draggable region of the tab bar to does nothing.Describe the solution you'd like
I would like to be able to double-click the draggable region of the tab bar to maximise the window.
This is similar to the behaviour of other programs with integrated tab bars such as Firefox.
For example, with the config:
I want to be able to double-click any of the grey region in this screenshot to maximise (or un-maximise) the window.
Describe alternatives you've considered
Adding the
INTEGRATED_BUTTONS
flag towindow_decorations
is a decent work-around, as it makes it possible to manage the window using the mouse without requiring theTITLE
flag. However, it would still be nice to be able to double-click the tab bar similar to other programs.Related to #1180.