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

Window doesn't move when throw-space-right/left is triggered, odd focus flicker occurs #1708

Closed
izosozi opened this issue Dec 25, 2024 · 2 comments

Comments

@izosozi
Copy link

izosozi commented Dec 25, 2024

Describe the bug
Triggering throw-space-right or -left fails to move windows. Instead, the window remains where it is, and the focus flickers between windows in the same space.

Applications:

I've tested this with:

  • VS Code
  • Safari
  • Finder
  • iTerm2
  • TextEdit

To Reproduce
Steps to reproduce the behavior:

  1. Create at least two spaces
  2. Open at least one window in one of the spaces
  3. With window focused, trigger throw-space-right or -left

Expected behavior

Window should move to the other space.

Screenshots

8mb.video-FlE-CTyboaOM.mp4

Versions:

  • macOS 15.1.1 (24B91)
  • Amethyst: 0.21.2 (112)

Debug Info

Version: 0.21.2 (112)

OS version: Version 15.1.1 (Build 24B91)

Screens:
	(0.0, 0.0, 1710.0, 1112.0) [(0.0, 0.0, 1710.0, 1112.0)]

Configuration:
screen-padding-top: 0
float-small-windows: 0
restore-layouts-on-launch: 1
ignore-menu-bar: 0
window-minimum-width: 0
screen-padding-left: 0
follow-space-thrown-windows: 1
enables-layout-hud-on-space-change: 1
screen-padding-bottom: 0
mouse-follows-focus: 0
window-resize-step: 5
focus-follows-mouse: 0
layouts: (
    fullscreen,
    "two-pane",
    "3column-middle",
    floating,
    bsp
)
floating: (
)
use-canary-build: 0
mouse-swaps-windows: 0
window-minimum-height: 0
floating-is-blacklist: 1
window-margins: 0
mod1: (
    option,
    shift,
    control,
    command
)
new-windows-to-main: 0
debug-layout-info: 0
screen-padding-right: 0
window-max-count: 0
window-margin-size: 0
smart-window-margins: 0
mouse-resizes-windows: 1
enables-layout-hud: 1
hide-menu-bar-icon: 0
mod2: (
    option,
    control
)
disable-padding-on-builtin-display: 0

Additional context
Attempts to diagnose/solve:

  • Toggled follow-space-thrown-windows
  • Toggled focus-follows-mouse
  • Configured shortcut in config file to override GUI
  • Removed config file and configured shortcut in GUI
  • Used various key combinations for the shortcut
  • Varied the number of available spaces between 2-10
  • Single window, multiple windows, single app, multiple apps
  • Checked ps aux & Activity Monitor for other window managers that might interfere
  • Relaunched Amethyst
  • Reinstalled Amethyst (from website)

None of these steps caused any noticeable change in behavior.

Thanks!

EDIT:

  • Confirmed that "Automatically rearrange spaces..." is disabled in System Settings > Desktop & Dock > Mission Control
  • Toggled "When switching to an application, switch to a Space..." in System Settings > Desktop & Dock > Mission Control

Still no change.

@JordyScript
Copy link

This bug has been addressed here:

#1698 (comment)

You can try out the latest preview build that is uploaded with the linked comment and see if it works for you. It has worked well for me and others.

@izosozi
Copy link
Author

izosozi commented Dec 26, 2024

This bug has been addressed here:

#1698 (comment)

You can try out the latest preview build that is uploaded with the linked comment and see if it works for you. It has worked well for me and others.

Awesome that fixed it, thanks!

@ianyh ianyh closed this as completed Jan 20, 2025
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

3 participants