this post was submitted on 21 Jun 2023
7 points (100.0% liked)

KDE & Plasma users

2731 readers
6 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE's software runs on GNU/Linux, BSD and other operating systems, including Windows.

founded 4 years ago
MODERATORS
 

Coming from Windows 10 (I switched 6 months ago), I find the task switcher animation in KDE extremely obnoxious, as I expect it to pop up instantly.

Still, I enjoy the other animations in KDE, so I don't want to turn off all the animations in the global settings.

I searched for a solution but all the relevant posts were on the now defunct KDE subreddit which I cannot view.

Is there any way to turn off just the fade in/fade out animation?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago)

I (sort of) found the solution:

I found that I could read the reddit post by going to Google's cached version of the site:

And the Redditor u/Zren had a fix:

https://github.com/KDE/kwin/blob/master/kcmkwin/kwintabbox/kwintabboxsettings.kcfg#L37

Not sure where the GUI option is. Edit: Ah it's "Show selected window".

   kwriteconfig5 --file="$HOME/.config/kwinrc" --group="TabBox" --key="HighlightWindows" "false"

qdbus org.kde.KWin /KWin reconfigure

Added the command my DelayTime=0 tip: https://zren.github.io/kde/#show-alt-tab-popup-as-fast-as-possible

But this still doesn't turn off the "popup" animation, just the background fade in animation.