love
love copied to clipboard
Window cannot be moved using `love.window.setPos` or using `love.conf` when using KDE
How to reproduce:
-
1 Set a
t.window.xort.window.yonlove.confor -
1 Write
love.window.setPosinmain.lua -
2 Run the project
Expected behaviour
Window is moved to that position
What actually happens
Windows stays exactly where it is, in the middle of the screen at startup
Does your window manager support that feature? If not, there's nothing love can do about it.
Also, keep in mind that calling love.window.setMode will reset any previous window state. Aside from making sure your code is doing the right thing, there isn't much love itself can do though.