Skip to content

[applets/taskmanager] Make minimize active task on click optional

This MR consists of two commits (which should not be squashed) that implement a new user-requested Task Manager option: the ability to make clicking the active task do nothing instead of minimizing it.

Why would one want this? Primarily to replicate the behavior of the macOS Dock, which behaves like this. This benefits macOS switchers who liked the Dock's behaviors and wish to replicate them, as well as theme creators who made macOS style global themes--of which there are tons and tons.

Implements https://bugs.kde.org/show_bug.cgi?id=405495.

Config window, before:

Before

Config window, after:

After

cc @teams/vdg

Merge request reports