nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.77k stars 333 forks source link

Use `Qt::FramelessWindowHint` on Linux and friends #499

Closed guihkx closed 1 year ago

guihkx commented 1 year ago

This hint was removed in commits 8d7cb3e and 20a4d42, but without it, Linux window managers will still use native window decorations on Wayland sessions.

Before (on KDE Plasma 5.27 + Wayland):

kde-before

After (on KDE Plasma 5.27 + Wayland):

kde-after

nuttyartist commented 1 year ago

👏👏