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

Setting window.position.x (and y) no longer works. #7267

Open
kierun opened this issue Oct 3, 2023 · 4 comments
Open

Setting window.position.x (and y) no longer works. #7267

kierun opened this issue Oct 3, 2023 · 4 comments
Labels

Comments

@kierun
Copy link

kierun commented Oct 3, 2023

System

OS: Linux
Version: 0.12.3
Linux: X11 with Awesome Window Manger on Fedora 38.

Logs

  1. Run terminal -o 'window.position.x: 666'
  2. Window appears where ever the window manager puts it, not at x=666.

Note that

  1. changing the option in the configuration file (`~/.config/alacritty/alacritty.yml) does nothing either.
  2. Using terminal -o 'window.dimensions.columns: 120' works and gets 120 columns.
@chrisduerr
Copy link
Member

Are you sure you're on X11 and did it work in 0.12.2?

@kchibisov
Copy link
Member

nothing changed since 0.12.2 to 0.12.3. it's likely update from 0.10 or 0.11.

@kierun
Copy link
Author

kierun commented Oct 4, 2023

I am pretty sure it's X11:

; loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}'
x11

It is possible that it was an older change. I just noticed. I modified by awesome config and now just noticed the issues. Regardless, I still think it is an issue. There was thins old issue, but it was marked as fix in 0.12.2.

Anything else I can help with debugging?

@chrisduerr
Copy link
Member

Can you try a different X11 WM? Like i3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants