Skip to content

Make "Minimize all windows" action work on Wayland

Vlad Zahorodnii requested to merge work/zzag/wayland-minimize-all into master

On Wayland, KWindowSystem::minimizeWindow() doesn't work, this means that the minimize window action won't work. To address that, this change makes the applet activate the minimize all window script.

It depends on some changes in kwin.

Merge request reports