https://bugs.kde.org/show_bug.cgi?id=418015
--- Comment #2 from Merritt <merritt_pub...@outlook.com> --- I found what looks like the relevant code section; ``` void Workspace::slotWindowPackLeft() { if (active_client && active_client->isMovable()) active_client->packTo(packPositionLeft(active_client, active_client->frameGeometry().left(), true), active_client->y()); } ``` I think even though I am not a programmer I could cobble together a solution myself from this example with some trial and error, but figuring out the KDE dev environment & how the git system here works, etc is proving a bit confusing, the userbase articles and/or github instructions seems to take some knowledge for granted. -- You are receiving this mail because: You are watching all bug changes.