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

selects the wrong window with EXWM and multiple monitors #209

Open
gdindi opened this issue Mar 11, 2021 · 0 comments
Open

selects the wrong window with EXWM and multiple monitors #209

gdindi opened this issue Mar 11, 2021 · 0 comments

Comments

@gdindi
Copy link

gdindi commented Mar 11, 2021

Hi,
Thanks for this great package. It works very well for me except when I want to jump to a window which is in another monitor when using EXWM.

In EXWM, different monitors host different workspaces and each workspace correspond to a different frame.

In this case, when I am on monitor 1 and I have 2 windows in the frame of monitor 2, ace-window jumps to the wrong window, that is, if I select window 1, it jumps to window 2 and viceversa.

This is my config:

(use-package ace-window
  :ensure t
  :init (setq aw-keys '(?a ?u ?i ?e ?t ?s ?r ?n ?m)
              aw-char-position 'top-left
              aw-ignore-current nil
              aw-leading-char-style 'char
              aw-scope 'visible)
  :bind (("M-o" . ace-window)))

I have tried to change the scope between visible and global, but the result is the same. I don't think this is a EXWM bug, because the switch-window package works OK in this case (but I prefer ace-window because the contents of the buffers are visible during the window selection).

Has anybody found such issues?

Thanks

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