-
Notifications
You must be signed in to change notification settings - Fork 510
Description
Describe the bug
When I am trying to throw a focused window to a different space with shortcut ctrl+option+shift+1/2/3/etc. the window gets moved but I am also switched to that space together with the window. That was not the behaviour in previous versions. Before I raised a bug that in a 0.21.x versions this feature did not work at all on MacOS Sequoia 15.1.1 (24B91). After 0.22.0 update it works but behaves as I describe. It was much more useful when I could throw the windows around and stay where I am. If "this is a feature not a bug" then I'd definitely like to see this being an option in settings.
Applications:
Any app managed by Amethyst
To Reproduce
Install 0.22.0 Amethyst, in my case MacOS Sequoia 15.1.1 (24B91) but probably same for other builds of sequoia.
Expected behavior
When pressing the shortcut ctrl+opt+shift+1/2/3/etc the focused window gets moved to chosen space but I stay on the space I currently am - space is NOT switched.
Screenshots
I hope descriptions are clear enough.
Versions:
- macOS: MacOS Sequoia 15.1.1 (24B91)
- Amethyst: 0.22.0 updated from 0.21.x version
Debug Info
$ /Applications/Amethyst.app/Contents/MacOS/Amethyst --debug-info [--include-apps]
Version: 0.22.0 (119)
OS version: Version 15.1.1 (Build 24B91)
Screens:
(0.0, 0.0, 5120.0, 1440.0) [(0.0, 0.0, 5120.0, 1440.0)]
Configuration:
floating-is-blacklist: 1
float-small-windows: 1
mouse-follows-focus: 0
window-margin-size: 2
window-minimum-width: 0
floating: (
{
id = "com.apple.systempreferences";
"window-titles" = (
);
},
{
id = "jp.plentycom.app.SteerMouse";
"window-titles" = (
);
},
{
id = "com.apple.finder";
"window-titles" = (
);
}
)
mod1: (
option,
shift
)
screen-padding-left: 0
window-minimum-height: 0
focus-follows-mouse: 0
window-margins: 1
mod2: (
option,
shift,
control
)
use-canary-build: 0
screen-padding-top: 0
smart-window-margins: 0
window-max-count: 0
window-resize-step: 5
enables-layout-hud-on-space-change: 1
new-windows-to-main: 0
debug-layout-info: 0
restore-layouts-on-launch: 1
layouts: (
"middle-wide",
"two-pane",
fullscreen
)
screen-padding-right: 0
follow-space-thrown-windows: 1
screen-padding-bottom: 0
enables-layout-hud: 1
ignore-menu-bar: 0
Additional context
Nothing really