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

Going from Screen 1 to Screen 3 does not work directly #1320

Open
TobiasMende opened this issue Oct 10, 2022 · 0 comments
Open

Going from Screen 1 to Screen 3 does not work directly #1320

TobiasMende opened this issue Oct 10, 2022 · 0 comments
Labels

Comments

@TobiasMende
Copy link

Describe the bug
Focussing "Screen 3" does not work as expected.

I have three screens, from top to bottom:

  • Screen 3
  • Screen 2
  • Screen 1 (Main)

When I am on screen 1 I see the following behaviour:

  • mod1 + e brings me to Screen 2
  • mod1 + r brings me to Screen 2 as well this is wrong

When I am on screen 2, I see the following (correct) behaviour:

  • mod1 + r brings me to Screen 3
  • mod1 + w brings me to Screen 1

When I am on screen 3, I see the following (correct) behaviour:

  • mod1 + w brings me to Screen 1
  • mod1 + e brings me to Screen 2

Interestingly, I do not see the wrong behaviour from Screen 1 to Screen 3 when throwing windows (mod2 + r).

Applications:
What applications are involved?

To Reproduce
See above

Expected behavior

  • mod1 + r should always focus screen 3

Screenshots
Screenshot 2022-10-10 at 10 15 06

Versions:

  • macOS: 12.6 (M1 MBP 16")
  • Amethyst: 0.16.

Debug Info

Version: 0.16.0 (94)

OS version: Version 12.6 (Build 21G115)

Screens:
	(0.0, 0.0, 2048.0, 1152.0) [(0.0, 0.0, 2048.0, 1152.0)]
	(285.0, 1152.0, 2056.0, 1329.0) [(285.0, -1329.0, 2056.0, 1329.0)]
	(421.0, 2481.0, 1920.0, 1080.0) [(421.0, -2409.0, 1920.0, 1080.0)]

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

Additional context

  • I also see strange behaviours, when on screen 2 and throwing a window to the right space (then it is thrown to screen 1)
@TobiasMende TobiasMende changed the title Going to Screen 3 does not work directly Going from Screen 1 to Screen 3 does not work directly Oct 10, 2022
@ianyh ianyh added the bug label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants