natpen / awesome-wayland

A curated list of Wayland code and resources.
Creative Commons Zero v1.0 Universal
2.02k stars 87 forks source link

Include several KDE and Qt apps #28

Closed herzenschein closed 3 years ago

herzenschein commented 3 years ago

This pull request includes:

natpen commented 3 years ago

LGTM, thank you! I had no idea KDE had so many standalone, native-Wayland-compatible pieces of software!

herzenschein commented 3 years ago

LGTM, thank you! I had no idea KDE had so many standalone, native-Wayland-compatible pieces of software!

There's probably way more, but I can add those later on. :)

AFAIK Qt applications are Wayland-native by default unless the developer explicitly uses X11 or X11-dependent libs, in which case an application might need some extra tweaking to work natively depending on what lib it is. This should be the case for most GTK3 and GTK4 apps as well from what I understand.