Simple fix on KDE wayland for windows to remember their last position
Thanks to /u/azvasKvklenko@sh.itjust.works for mentioning KDE window rules. In KDE, we can add rules for windows so that they behave in specific ways. One rule that can be added is the position: remember rule, and it's possible to make that rule apply to all windows by removing the match field. This way, closing and reopening windows keeps them where they were.
This is a very typical complaint about wayland that a lot of people have, something that apparently worked natively with X11 and annoyed me to no end since I had to position all the windows every day when logging into my desktop. No more! I hope this helps :)
It wasn't needed in x11 so I guess it wasn't made default when Wayland dropped, since it's something extra that the DE is checking. In any case, I have plenty processing power to spare for this fix so it's fine by me.
Usually the program manages this for itself, among a few other things, so normally this is not needed, but it seems wayland does not allow them to set their own location.
Is there a rule to make sure when you open a window on one virtual desktop or on one screen it stays on that screen and doesn't try to open on your current desktop? Sometimes I try to switch desktops before an app has launched and it opens up right where I'm trying to do something else.
This is great. Thank you for sharing!! I was just thinking about how I wanted this and knew it had to exist in the settings but hadn’t gotten around to looking up how to accomplish it.