The screen shot below shows that the minimize all windows plasmoid next to the quicklaunch on the panel. I could not able to move it to the quicklaunch. I also tried to find any command or script that minimize all windows in the KDE in order to make a shortcut for it and then drag it into the quicklaunch but I could not find any thing.
Is there any way to do that?
Finally I found the solution.
Install
xdotool
sudo apt install xdotool
to simulate keyboard strokes from the terminal. ReferenceCreate the following bash script:
minimize.sh
at your home directory.chmod +x minimize.sh
to make it executable.Now the Minimize all windows functionality is available.
This Minimize All.desktop entry to make it as launcher file:
Notice:
The shortcut key, in this case,
super+d
should be active by any mean. One of those way, is to add minimize all widget to your desktop and assigning a keyboard shortcut key to it equals to the combination declared in the bash script file. i.e in this casesuper+d