| Summary: | Separate screen focus not working | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | harle-quin |
| Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | fanzhuyifan, m1f5orxk, moisesnavarro, muthannakde, nate, vlad.zahorodnii |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 6.0.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
harle-quin
2024-03-08 18:19:54 UTC
*** Bug 483893 has been marked as a duplicate of this bug. *** *** Bug 483622 has been marked as a duplicate of this bug. *** For anyone looking for a temporary workaround, you can edit your $HOME/.config/kwinrc manually, find the [Windows] section, and add this line to it: activeMouseScreen=true Then log out and back in. Thanks to harle-quin for mentioning the flag name in the OP :) I have tried to add the key activeMouseScreen=true in the section [Windows] of file ~/.config/kwinrc and restart...without luck. Operating System: Arch Linux KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.8.1-arch1-1 (64-bit) Graphics Platform: Wayland (In reply to Emanuele from comment #4) > I have tried to add the key activeMouseScreen=true in the section [Windows] > of file ~/.config/kwinrc and restart...without luck. Make sure both SeparateScreenFocus and activeMouseScreen are set to true. (In reply to Muthanna from comment #5) > (In reply to Emanuele from comment #4) > > I have tried to add the key activeMouseScreen=true in the section [Windows] > > of file ~/.config/kwinrc and restart...without luck. > > Make sure both SeparateScreenFocus and activeMouseScreen are set to true. https://ibb.co/jzcW9Q3 Sorry, I don't know how to post (if it's allowed) image...I have set both keys (see image). Anyway, it's not a problem, I'll wait the fix of the bug...It's not too important one for me. Thanks! (In reply to Emanuele from comment #6) > Sorry, I don't know how to post (if it's allowed) image...I have set both > keys (see image). I'm sorry, my previous comment (#3) was incorrect: the line you should add is ActiveMouseScreen=false, not true (and make sure the A is capitalised). I just retested it after toggling this to true (doesn't work) then false again (which works). (In reply to Muthanna from comment #7) > (In reply to Emanuele from comment #6) > > Sorry, I don't know how to post (if it's allowed) image...I have set both > > keys (see image). > > I'm sorry, my previous comment (#3) was incorrect: the line you should add > is ActiveMouseScreen=false, not true (and make sure the A is capitalised). I > just retested it after toggling this to true (doesn't work) then false again > (which works). Thanks, it works :D > I'm sorry, my previous comment (#3) was incorrect: the line you should add
> is ActiveMouseScreen=false, not true (and make sure the A is capitalised). I
> just retested it after toggling this to true (doesn't work) then false again
> (which works).
I also confirm, with ActiveMouseScreen=false it works! Thanks!!
|