Amethyst icon indicating copy to clipboard operation
Amethyst copied to clipboard

HUD does not appear on secondary display when changing its layout

Open jivanpal opened this issue 2 years ago • 0 comments

Describe the bug If a window on Display 1 is active, changing layout results in the HUD appearing as normal; but if a window on Display 2 is active, changing the layout (on Display 2) does not cause the HUD to appear on either display, so the current layout may be unclear.

Applications: Any/all.

To Reproduce As in description.

Expected behavior HUD should appear on the active display.

Screenshots If applicable, add screenshots to help explain your problem.

Versions:

  • macOS: Catalina 10.15.7 (19H1824)
  • Amethyst: 0.15.6 (93)

Debug Info

$ /Applications/Amethyst.app/Contents/MacOS/Amethyst --debug-info
Version: 0.15.6 (93)

OS version: Version 10.15.7 (Build 19H1824)

Screens:
	(0.0, 0.0, 1280.0, 800.0) [(0.0, 0.0, 1280.0, 800.0)]
	(-1920.0, 338.0, 1920.0, 1080.0) [(-1920.0, -618.0, 1920.0, 1080.0)]

Configuration:
use-canary-build: 0
focus-follows-mouse: 0
mouse-follows-focus: 0
mouse-resizes-windows: 1
window-margin-size: 5
floating: (
        {
        id = "com.apple.systempreferences";
        "window-titles" =         (
        );
    },
        {
        id = "org.torproject.torbrowser";
        "window-titles" =         (
        );
    },
        {
        id = "com.pokerstars.PokerStarsUK";
        "window-titles" =         (
        );
    },
        {
        id = "com.wizards.mtga";
        "window-titles" =         (
        );
    }
)
layouts: (
    tall,
    wide,
    fullscreen
)
window-minimum-height: 0
restore-layouts-on-launch: 0
new-windows-to-main: 0
window-resize-step: 1
float-small-windows: 1
ignore-menu-bar: 0
mod2: (
    option,
    shift,
    control
)
debug-layout-info: 0
window-minimum-width: 0
follow-space-thrown-windows: 0
screen-padding-bottom: 5
window-margins: 1
mouse-swaps-windows: 1
screen-padding-left: 0
enables-layout-hud: 1
screen-padding-top: 0
floating-is-blacklist: 1
enables-layout-hud-on-space-change: 1
mod1: (
    option,
    shift
)
screen-padding-right: 0

Additional context None — thanks for the great tool!

jivanpal avatar May 11 '22 15:05 jivanpal