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.
MIT License
843 stars 108 forks source link

fullscreen #101

Open leorosa opened 4 years ago

leorosa commented 4 years ago

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;
GReagle commented 3 years ago

I think that this is already done. When I start dvtm there is no border and no status bar.

luke-clifton commented 3 years ago

Not if you have another window with a different tag.

GReagle commented 3 years ago

Not if you have another window with a different tag.

I see. Thank you.