Window decoration broke after update

:warning: Mod Note: Do not do this. :warning:

Digging into pacman tips and tricks I found something that might be useful. I was looking for a way to ignore frameworks updating as a group. You can use the pacman -Qi package name command for that.

In my case I picked baloo as it is in frameworks.

pacman -Qi baloo yields a lot of info. Important to me is the group it is in. KDE puts frameworks in the kf6 group.

So, I added an ignore group command:

IgnoreGroup = kf6

to pacman.conf