Jazqa / kwin-yakts

An easy tiling script for KWin
GNU General Public License v2.0
368 stars 20 forks source link

Fix inconsistent behaviour of Move to Next/Previous screen #50

Closed MaT1g3R closed 6 years ago

MaT1g3R commented 6 years ago

This fixes issue #49

Tested on 3 monitors, but it should work for 3+ monitors as well.

It will work if your screen numbering is continuous, for example:

[0, 1, 2], [1, 2, 3, 0], [3, 2, 1, 0], [2, 3, 0 ,1]

It will not work if your screen numbering is really wonky and end up being not continuous, then you are out of luck. Some examples:

[1, 3, 2, 0], [2, 3, 1, 0]

Jazqa commented 6 years ago

Thanks for the pull request, truly appreciate the help. I'll try to merge it as soon as I possibly can. Can't try it out until later this week as I don't have access to my multi-monitor KDE setup.