Hacker News new | ask | show | jobs
by upboundspiral 154 days ago
I have the widget for global menu right now in KDE Wayland. Its supported by all QT apps, and there's a wayland protocol pull request for it (unfortunaly stalled, as is tradition). Overall I like it a lot - enough of the apps I use support it (if you're a GTK fan then tough luck).

merge request: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/m...

1 comments

Thanks for sharing. Would you happen to know if Electron apps might surface the same menus they do under macOS via this protocol? Between Qt and Electron a lot of stuff would be covered.
You would have to use xwayland I think.[1]

[1] https://github.com/electron/electron/issues/34335