Summary: | Add keyboard shortcuts to allow moving of windows into and between tiling zones | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Thomas-Luke Duffin <thomaslukeduffin> |
Component: | Custom Tiling | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | accounts.kdebugs, me, nate, notmart |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/bc43ca29275ae57d341ce3cf28cb69ca149756dd | Version Fixed In: | 6.3.0 |
Sentry Crash Report: |
Description
Thomas-Luke Duffin
2023-03-01 23:02:30 UTC
*** Bug 464676 has been marked as a duplicate of this bug. *** *** Bug 475495 has been marked as a duplicate of this bug. *** Git commit bc43ca29275ae57d341ce3cf28cb69ca149756dd by Akseli Lahtinen. Committed on 03/12/2024 at 12:41. Pushed by akselmo into branch 'master'. Shortcuts for custom tiles Adds shortcuts to moving a window between custom tiling zones. This works similar to regular quick tiles, but instead moves a window inside the zones user has made. They're separate shortcuts since sometimes you want to quick tile and sometimes you want to custom tile. They're empty by default. M +9 -0 src/placement.cpp M +11 -1 src/tiles/customtile.cpp M +2 -0 src/tiles/customtile.h M +9 -0 src/useractions.cpp M +39 -0 src/window.cpp M +2 -0 src/window.h M +1 -0 src/workspace.h https://invent.kde.org/plasma/kwin/-/commit/bc43ca29275ae57d341ce3cf28cb69ca149756dd |