Summary: | Add option to raise shaded windows on hover | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Jean DeLuc <j.deluc> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde_bugzilla_2, mat69 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Shows current and desired behaviour of hovering shaded windows |
Sounds like you also want to use focus follows mouse with auto raise. In future you might get quicker answers to such questions on forum.kde.org. That said: sorry for the rather late reply. *** Bug 130947 has been marked as a duplicate of this bug. *** *** Bug 230836 has been marked as a duplicate of this bug. *** Git commit 46bfd70f4be1577ad58f1b58b4ed0046b9a4fba9 by Thomas Lübking. Committed on 14/03/2012 at 09:59. Pushed by luebking into branch 'master'. raise window during shade hover REVIEW: 104280 M +3 -1 kwin/activation.cpp M +14 -1 kwin/client.cpp M +1 -0 kwin/client.h http://commits.kde.org/kde-workspace/46bfd70f4be1577ad58f1b58b4ed0046b9a4fba9 |
Created attachment 63420 [details] Shows current and desired behaviour of hovering shaded windows Version: unspecified OS: unspecified If the option "Enable hover" in the advanced tab in window behaviour settings is enabled a shaded window gets unshaded when the cursor is moved over it and shaded again when the cursor leaves the window; the window's z-position is not affected. It would be great if there'd be an option that would bring the hovered window to the front. I hope the attached image describes my wish better than my words. Regards Jean DeLuc Reproducible: Didn't try Expected Results: Mouse is over shaded window: Window is raised, unshaded and focused. Mouse isn't anymore over window: window is sent back, shaded and loses focus.