Zren / material-decoration

Material-ish window decoration theme for KWin, with LIM, based on zzag's original design.
GNU General Public License v2.0
200 stars 17 forks source link

Ability to hide window's title #33

Closed emvaized closed 3 years ago

emvaized commented 3 years ago

First of all, thanks for such a great project! It improves system's usability a lot, while looking truly awesome.

I have a small feature request however - would it be possible to add in future builds option to completely hide window's title? I feel like I've never used it at all - for me app's icon in the corner is more than enough to identify currently running application, and title destroys overall minimalistic view (especially in browsers, when on some websites title may take up the whole width of panel)

Thanks!

Zren commented 3 years ago

While I probably should add a checkbox for this, it's just easier to add another choice in the TitleAlignment property.

So go to Title Alignment in the config and select "Hidden".

emvaized commented 3 years ago

@Zren Awesome! Thanks. However, for me setting it to 'Hidden' doesn't hide the title, but moves it to the center instead...

Screenshot_20210316_085514

Zren commented 3 years ago

Have you restarted kwin (relog) since updating? If you install the update, kwin with still have the older version of the decoration in memory. However if you open the Material config in System Settings, it'll load the config from the new version since it doesn't keep the config window in memory. Since the config window set a new value that the old version doesn't understand, it used the default } else { code path which is Center apparently.

emvaized commented 3 years ago

@Zren Thanks! I missed that part - now titles are hidden 👍