Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multimonitor taskbar behaviour adjustment #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luriusTM
Copy link
Contributor

Base handling like in windows. 3 option:

  • All screen all window (currently without development)
    Primary has all pinned app and show all opened window.
    Secondary has all pinned app and show all opened window.

  • Primary screen all windows, Secondary where open.
    Primary has all pinned app and show all opened window.
    Secondary has no pinned app, only contains opened windows

  • Show where open
    Primary has all pinned app and show those windows which are opened on the screen.
    Secondary has no pinned app, only contains opened windows.

Peview:

@luriusTM
Copy link
Contributor Author

luriusTM commented Nov 27, 2024

Dependency after the merge of new setup created:
Seelen-Inc/slu-lib#2

@luriusTM luriusTM force-pushed the feature/multiple-monitor-taskbar-options branch from 129be7b to ba51064 Compare November 27, 2024 11:48
@luriusTM luriusTM force-pushed the feature/multiple-monitor-taskbar-options branch from ba51064 to 1a08620 Compare November 27, 2024 12:48
@luriusTM
Copy link
Contributor Author

luriusTM commented Nov 27, 2024

After experiencing the behaviour I found a missing functionality, but it is dependent on this:
#288

The primary monitor change detection will be only possible when this PR accepted. This will make the solution complete. Til' then, when you change primary monitor, this will not take affect on Seelen.

After that, as the handler is already there and only some lines got to be added to propagate the event to a handler which set it on TS.

I could merge these PRs together, but I'm afraid these are totally different functionalities, but already there a model, which are similar and got to be merged. Also, when this behavior modification is accepted, it is easy to propagate this event.
Seelen-Inc/slu-lib@c615e95...def6ba2#diff-348dbad2632f6e415856cb2f2a22367dc41266c4d2afeca1e5f3decb28fdb583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant