dvtm
dvtm copied to clipboard
fullscreen
Hi,
I think it would be reasonable to have full screen windows, without borders, when the user choses 'fullscreen' and hides the status bar. In this sense, would you consider adding the line below to show_border()?
if (isarrange(fullscreen) && bar.pos == BAR_OFF) return 0;
I think that this is already done. When I start dvtm there is no border and no status bar.
Not if you have another window with a different tag.
Not if you have another window with a different tag.
I see. Thank you.