martanne / dvtm

dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullscreen

leorosa opened this issue · comments

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.