I have the task manager set up like probably most of you do, to show a preview of the window when I hover the icon.
There’s a significant delay between when I hover, and when I see the thing I came for. For the past few years, I have been operating under the impression that Plasma just took that long, to generate the preview.
No, it’s an entirely artificial delay. You can bring it down to 1 millisecond like so:
kwriteconfig6 --file ~/.config/plasmarc --group PlasmaToolTips --key Delay 1
Or some other number that feels nice and snappy but not too crazy like 150.
0 will disable all tooltips, so you probably don’t want that.
If you try the above and don’t like it this will get you back to default.
kwriteconfig6 --file ~/.config/plasmarc --group PlasmaToolTips --key Delay --delete
I presume this is one of those “yeh didn’t you know?” things, but just in case anyone else didn’t know… Now ya know.
FWIW I think this default setting of 700ms(!) delay gives a terrible impression of Plasma’s performance and should be revisited. But that’s not what this thread is for, I ain’t tryin to fix it, just trying to share the love
By the way, if anyone else knows of any other spots like this where delays are added ‘for taste’ then please do share
Late edit: Shout out Zren for mentioning this gem. Full credit goes to Zren. I’m just a messenger.