fix: reach adjacent displays instead of switching workspaces - #2755
fix: reach adjacent displays instead of switching workspaces#2755Xeus-CC wants to merge 7 commits into
Conversation
|
The current behaviour has been super annoying and I started looking into fixing this myself when I discovered your PR. Thank you very much for your work on this and I really hope your PR gets merged soon! |
No worries at all! It would even be super cool if you can test it out yourself too! Clone and BuildBackup and InstallLog out and back in. If you want play around beyond default settings, you can do it through here: Here's my preferred configuration. Moving focus does not result in a workspace change, even if I moved beyond the edge. But, moving windows over the edge does though. |
|
Thanks very much for the installation instructions! I've tested it out, it works perfectly! I set |
Glad it works! Hopefully it gets reviewed and merged soon. |
A few fixes for directional focus/move on stacked multi display setups (diff PR (#2150) on cosmic-settings with the toggles).
Current focus behaviour is that: from window B or C, using super + down arrow (change focus) targeting window D (which is in another monitor) moves me to another workspace. The expected behaviour is that window D is focused.
Same kind of thing for moving windows. Attempting to move window B down and next to window D, moves window B in a new workspace and it lands on monitor A. The expected behaviour is that it moves next to window D.
The PR fixes the things listed above and a few nice to have things:
#2238