| Summary: | The tiling shortcut doesn't work on my secondary monitor | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Aleix Pol <aleixpol> |
| Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.26.90 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/commit/e9d46f93231e43b2c8ea3a8408d1031b255268a9 | Version Fixed/Implemented In: | 5.27 |
| Sentry Crash Report: | |||
|
Description
Aleix Pol
2023-01-16 14:40:32 UTC
Works fine on my machine. Maybe a special thing is that this secondary monitor is rotated 270ยบ. Does pressing meta + t show the regions? > Does pressing meta + t show the regions?
Yes.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/3482 Git commit 76a039332d74785ab77d1b1f2629693d4d337a28 by Vlad Zahorodnii. Committed on 25/01/2023 at 07:32. Pushed by vladz into branch 'master'. Make interactive custom tiling more robust to suboptimal tile configs If the root tile node contains only one child node, but the child node has its own children, kwin will fail to show an outline when the user interactively tiles the window. On the other hand, there is no reason to have this child count check. For what it's worth, it also prevents tiling the window if the output only has one tile, which is odd, but a valid usecase. M +1 -1 src/window.cpp https://invent.kde.org/plasma/kwin/commit/76a039332d74785ab77d1b1f2629693d4d337a28 Git commit e9d46f93231e43b2c8ea3a8408d1031b255268a9 by Vlad Zahorodnii. Committed on 25/01/2023 at 09:39. Pushed by vladz into branch 'Plasma/5.27'. Make interactive custom tiling more robust to suboptimal tile configs If the root tile node contains only one child node, but the child node has its own children, kwin will fail to show an outline when the user interactively tiles the window. On the other hand, there is no reason to have this child count check. For what it's worth, it also prevents tiling the window if the output only has one tile, which is odd, but a valid usecase. (cherry picked from commit 76a039332d74785ab77d1b1f2629693d4d337a28) M +1 -1 src/window.cpp https://invent.kde.org/plasma/kwin/commit/e9d46f93231e43b2c8ea3a8408d1031b255268a9 |