jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.08k stars 1.21k forks source link

Added configuration options to hide side panels #576

Open jayrhynas opened 2 months ago

jayrhynas commented 2 months ago

Every panel except "project" can be hidden. All panels are visible by default. I decided to not let "project" be hidden since a) it's special cased in various layouts and b) it doesn't really make sense to have no panels visible at all.

initiallyFocusedViewName defaults to "project" if "services" and "containers" are hidden

This should fix #513.