Closed MaT1g3R closed 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]
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.
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]