Screens have now no clear distinction of their ordering or numbering. This means that features like the window snap or screen capture have no common understanding of what is the first or second screen.
knausj window snap used the function sorted_screens. Would be nice if this was a core talon action instead that all features could use to get the same definition of the ordering.
https://github.com/knausj85/knausj_talon/blob/0414eddd348a0314101978c4ed7eaf3cbfc00373/code/window_snap.py#L17
Screens have now no clear distinction of their ordering or numbering. This means that features like the window snap or screen capture have no common understanding of what is the first or second screen.
knausj window snap used the function
sorted_screens. Would be nice if this was a core talon action instead that all features could use to get the same definition of the ordering.https://github.com/knausj85/knausj_talon/blob/0414eddd348a0314101978c4ed7eaf3cbfc00373/code/window_snap.py#L17