lxqt / lxqt-runner

Tool used to launch programs quickly by typing their names
https://lxqt.github.io
GNU Lesser General Public License v2.1
45 stars 23 forks source link

Made the window frameless explicitly #243

Closed tsujan closed 1 year ago

tsujan commented 1 year ago

Qt::FramelessWindowHint is needed for making the window frameless under most Wayland compositors.

stefonarch commented 1 year ago

Merging?

tsujan commented 1 year ago

I forgot it existed!