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

GotoDesk: avoid over-eager matching #695

Merged
merged 3 commits into from
Sep 19, 2022
Merged

GotoDesk: avoid over-eager matching #695

merged 3 commits into from
Sep 19, 2022

Commits on Sep 17, 2022

  1. GotoDesk: avoid over-eager matching

    When looping round GotoDesk and associated commands (GotoDeskAndPage,
    etc.), ensure the matching for which desk and monitor to apply the
    request to, doesn't loop on the same value, essentially causing multiple
    requests happen.
    
    In the case of DesktopConfiguration shared/global, this would happen per
    monitor when it shouldn't.
    
    Fixes #655
    ThomasAdam committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    2e56c20 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    1c6c81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c85e8d7 View commit details
    Browse the repository at this point in the history