this is the way i want them arranged
currently have it semi working by changing the layout in the x11 version using arandr. the layout then remains in the wayland version, but if the computer goes to sleep the bigger screen gets stuck as the primary until i logout and back in.
There is not; we deliberately prevent monitors from overlapping, as in the past it caused too many bizarre software bugs for us to consider it a supported configuration.
I’m wondering why you want to do this, though. You don’t actually have one monitor physically arranged in front of the other one like that, do you? Can you explain your use case a bit?
i have a 4k tv in the living room for being productive and a projector in the bedroom for movies and the like. while being productive windows opening where i can’t where i can’t see them is a big deal, since I’m opening a lot of windows. however while in the bedroom I pretty much just use 1 firefox window. i also like being able to sit watch tv while eating in the LR and then switch to watching in the bedroom without a bunch non-sense.
Interesting use case. I might suggest that alternative means to accomplish your goal might be better. For example:
- A window rule to force new windows to always open on the screen with the mouse pointer
- Use a keyboard shortcut (there are many available in System Settings’ Shortcuts page) to send windows already opened on the wrong screen to the right one
- Something else that a more creative person than me might be able to come up with
I’m afraid we don’t be able to formally support this setup by re-allowing overlapped screens, though.
A window rule to force new windows to always open on the screen with the mouse pointer
Fwiw this is not possible, and shouldn’t be necessary anyway.
Indirectly it is. You use a window rule to force windows to follow the window placement method in KWin, and then they automatically open on the active screen, which is where your mouse pointer is.
…Oh wait, this is with Wayland. Yeah, that is indeed not needed, sorry.
i think i’ll stick with the current setup and on x11 until i find a wayland DE that lets me set things up the way that works best for me. although i am finding the shortcut quite usefull. till then i’ll just take the slight performance hit in a game or 2 in x11.
how integral is the code disallowing the overlapping? if i remove that bit of code is it likely to break everything? If it isn’t integral what file is that bit of code in? i don’t know much about coding, but if learning will allow me to make my computer work the way i want it to I’d be willing to put in that effort