https://bugs.kde.org/show_bug.cgi?id=416093
--- Comment #11 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- (In reply to LinG from comment #10) > Alright, where can I find the most recent documentation about the methods > and properties that I should use? Unfortunately, only source code. API dox is not generated for KWin since KDE Plasma 5. > (What method should I use to send clients to different desktops and is there > also something available to send clients to different activities?) So, with the new virtual desktop model, a client can enter and leave more than just one desktop. On X11, a client can be either only on one or on all desktops, though. The relevant AbstractClient property I'm talking about is x11DesktopsIds. It seems like scripts can modify only legacy `desktop` property. :/ -- You are receiving this mail because: You are watching all bug changes.