Skip to content

Create the panels where the focus is by default

Aleix Pol Gonzalez requested to merge work/create-panels-on-focus into master

Using screenAt(cursor) is a bad idea in general. It doesn't work properly on Wayland. We can't really tell where our cursor is, so it always will fall about wherever our top-leftmost screen is.

Instead, just create them wherever we gave focus last.

Merge request reports