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

A new Alacritty window does not get registered by Amethyst #1699

Open
bzadon opened this issue Nov 28, 2024 · 0 comments
Open

A new Alacritty window does not get registered by Amethyst #1699

bzadon opened this issue Nov 28, 2024 · 0 comments

Comments

@bzadon
Copy link

bzadon commented Nov 28, 2024

Describe the bug
When opening a new Alacritty window via Alacritty "msg", the new window does not rise to the front, does not automatically lay out according to the current Amethyst layout, nor does it respond to Amethyst layout changes.

Applications:

  • Alacritty

To Reproduce
Steps to reproduce the behavior:

  • Put Amethyst in "Tall" mode
  • Launch Alacritty then switch to a different workspace
  • Launch MacOS Terminal
  • In Terminal, run command alacritty msg create-window
  • There is no change to the window layout
  • Alt-Tab to Alacritty, and the new Alacritty window will show up
  • Change Amethyst layouts and the Alacritty window will not respond

Expected behavior
Alacritty window behaves like a Terminal window in all regards

Screenshots
none needed

Versions:

  • macOS: Sonoma 14.7.1
  • Amethyst: 0.21.2 (112)
  • Alacritty: 0.14.0 (1)

Debug Info

$ /Applications/Amethyst.app/Contents/MacOS/Amethyst --debug-info --include-apps
Version: 0.21.2 (112)

OS version: Version 14.7.1 (Build 23H222)

Screens:
	(0.0, 0.0, 2056.0, 1329.0) [(0.0, 0.0, 2056.0, 1329.0)]

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

Manageable applications:
	Activity Monitor (com.apple.ActivityMonitor)
	Finder (com.apple.finder)
	Google Chrome (com.google.Chrome)
	Emacs (org.gnu.Emacs)
	Slack (com.tinyspeck.slackmacgap)
	Alacritty (org.alacritty)
	Terminal (com.apple.Terminal)

Note: --include-apps will list your manageable applications, but is optional if you don't want to list that.

Additional context
You guys are awesome! Amethyst is the best!

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