MrGlockenspiel / activate-linux

The "Activate Windows" watermark ported to Linux
GNU General Public License v3.0
4.25k stars 91 forks source link

Add wayland support #120

Closed Nefsen402 closed 2 years ago

Nefsen402 commented 2 years ago

In order to keep the build system simple, I've elected to just generate the required headers/implementations locally with wayland-scanner and add them to the repo directly. It's quite ugly, but it works. HiDPI is supported.

Nefsen402 commented 2 years ago

Hmm, apparently there was already a note about Wayland... Regardless, this port has feature parity with the x11 version and doesn't require gtk. Still a win?