| Summary: | Applications launch in the wrong monitor sometimes. | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | manuelchaves |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
manuelchaves
2019-06-04 00:01:45 UTC
Please post your kwinrc. https://termbin.com/qmpd [$Version] update_info=kwin.upd:replace-scalein-with-scale,kwin.upd:port-minimizeanimation-effect-to-js,kwin.upd:port-scale-effect-to-js,kwin.upd:port-dimscreen-effect-to-js [Compositing] OpenGLIsUnsafe=false [Desktops] Id_1=455c0ede-de28-46b3-906f-a6b943b642cd Id_2=4f304ac4-a426-4f6f-8a1b-7d0f94840582 Id_3=1a8c5fbf-a803-4373-9e19-c48432748ea7 Id_4=50fcd53d-49b2-4993-a407-f9c79af0c761 Name_1=1 Name_2=2 Name_3=3 Name_4=4 Number=4 Rows=1 [Effect-CoverSwitch] TabBox=false TabBoxAlternative=false [Effect-Cube] BorderActivate=9 BorderActivateCylinder=9 BorderActivateSphere=9 [Effect-DesktopGrid] BorderActivate=9 [Effect-FlipSwitch] TabBox=false TabBoxAlternative=false [Effect-PresentWindows] BorderActivate=9 BorderActivateAll=9 BorderActivateClass=9 [ElectricBorders] Bottom=None BottomLeft=None BottomRight=None Left=None Right=None Top=None TopLeft=None TopRight=None [Plugins] desktopchangeosdEnabled=false highlightwindowEnabled=true slideEnabled=false [Script-desktopchangeosd] PopupHideDelay=1000 TextOnly=false [SubSession: 58e8b5e4-e7c9-470a-a70a-ce003d0eb330] active=-1 count=0 [TabBox] ActivitiesMode=1 ApplicationsMode=0 BorderActivate=9 BorderAlternativeActivate=9 DesktopMode=1 HighlightWindows=true LayoutName=org.kde.breeze.desktop MinimizedMode=0 MultiScreenMode=0 ShowDesktopMode=0 ShowTabBox=true SwitchingMode=0 [TabBoxAlternative] ActivitiesMode=1 ApplicationsMode=0 DesktopMode=1 HighlightWindows=true LayoutName=org.kde.breeze.desktop MinimizedMode=0 MultiScreenMode=0 ShowDesktopMode=0 ShowTabBox=true SwitchingMode=0 [Windows] ElectricBorderCooldown=350 ElectricBorderCornerRatio=0.25 ElectricBorderDelay=150 ElectricBorderMaximize=true ElectricBorderTiling=true ElectricBorders=0 RollOverDesktops=false [org.kde.kdecoration2] BorderSize=Normal ButtonsOnLeft=MS ButtonsOnRight=HIAX CloseOnDoubleClickOnMenu=false library=org.kde.breeze theme= Okay, it seems like mouse focus is moved to a client on the other screen for a brief moment. You could either: (a) Use a window rule to position the desired client; (b) Enable "Active screen follows mouse", it's under Window Management, Window Behavior. Though if the client specifically sets its position, I don't know how to deal with that case (perhaps create a window rule to disobey geometry requests?). Windows Follow Mouse works, as long as I don't move the mouse elsewhere. But it's an improvement. |