nclarius / KWin-window-positioning-scripts

KWin scripts controlling window placement on multi-monitor setups
GNU General Public License v3.0
59 stars 14 forks source link

Not Functioning in Plasma 6 #27

Open LimePotato opened 6 months ago

LimePotato commented 6 months ago

had this installed for a while and noticed it wasnt working in plasma 6, so i attempted to reinstall.

Plasma just says it was successfully installed and doesnt list the script.

nclarius commented 6 months ago

Yes, this needs to be adapted to still work with Plasma 6. Unfortunately there is currently no complete guide for developers how to do this so I expect it will take me a few weeks.

nclarius commented 6 months ago

Also no guarantee that it will still work in Plasma 6 at all because a lot has changed under the hood in the window manager. But I'm planning to at least try.

LimePotato commented 5 months ago

Understandable

teekoucha commented 5 months ago

There were breaking KWin Script API changes. change workspace.clientAdded to workspace.windowAdded and window.geometry to window.frameGeometry in main.js then it should work with Plasma 6 (At least it works on my side) Just couldn't wait for an update because I can't work without this great plugin 😉

technewsguy commented 1 week ago

There were breaking KWin Script API changes. change workspace.clientAdded to workspace.windowAdded and window.geometry to window.frameGeometry in main.js then it should work with Plasma 6 (At least it works on my side) Just couldn't wait for an update because I can't work without this great plugin 😉 I'm not familiar with the items that need to be changed to make this work. Please let us know where you went to make those changes.