BuddiesOfBudgie / budgie-desktop

Budgie Desktop is a familiar, modern desktop environment.
https://buddiesofbudgie.org
GNU General Public License v2.0
928 stars 47 forks source link

Implement Wayland support in TabSwitcher #474

Closed JoshStrobl closed 10 months ago

JoshStrobl commented 10 months ago

This is a meta-tasklist for implementation of Wayland support in our Alt+Tab switcher, such as via use of libxfce4windowing. Strict usage of Wnck is not viable as that is limited to X11. libxfce4windowing is designed to support both X11 and Wayland.

JoshStrobl commented 10 months ago

Assigned to self, volunteered to work on this in Matrix.

EbonJaeger commented 10 months ago

The Windowing portion of this is likely very similar to Simple Tasklist. Maybe that branch can be of some use for figuring out how to leverage libxfce4windowing for this.