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

Display ordering for throwing wrong after changing main screen #1667

Open
johannes-russek-sh opened this issue Jul 15, 2024 · 0 comments
Open

Comments

@johannes-russek-sh
Copy link

Describe the bug

Amethyst confused about display order after changing external display as "main screen'. Macbook to the left, external display to the right. When Macbook was the main, throwing applications to the left worked as expected.
After changing the main screen to be the external display, throwing applications to the left doesn't work, throwing from the main display to the right now goes from external -> macbook.

To Reproduce

Setup amethyst with the macbook display as main screen, then switch external display to main screen.

Expected behavior

Throwing window should follow the display configuration after changing the main screen.

Screenshots

Versions:

  • macOS:
  • Amethyst:

Debug Info

Version: 0.21.1 (111)

OS version: Version 14.5 (Build 23F79)

Screens:
	(0.0, 0.0, 3840.0, 2160.0) [(0.0, 0.0, 3840.0, 2160.0)]
	(-1512.0, 386.0, 1512.0, 982.0) [(-1512.0, 792.0, 1512.0, 982.0)]

Configuration:
screen-padding-bottom: 10
window-margin-size: 0
mod2: (
    option,
    shift,
    control
)
mouse-follows-focus: 0
screen-padding-right: 10
float-small-windows: 1
floating-is-blacklist: 1
window-max-count: 0
enables-layout-hud: 1
focus-follows-mouse: 0
screen-padding-left: 10
floating: (
        {
        id = "com.apple.finder";
        "window-titles" =         (
        );
    },
        {
        id = "com.apple.systempreferences";
        "window-titles" =         (
        );
    }
)
ignore-menu-bar: 0
window-margins: 0
debug-layout-info: 1
use-canary-build: 0
window-resize-step: 5
new-windows-to-main: 1
window-minimum-height: 0
mod1: (
    option,
    shift
)
screen-padding-top: 10
restore-layouts-on-launch: 1
window-minimum-width: 0
follow-space-thrown-windows: 1
enables-layout-hud-on-space-change: 1
layouts: (
    tall,
    bsp,
    wide,
    fullscreen,
    column
)
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

No branches or pull requests

1 participant