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 _NET_ACTIVE_WINDOW to emacs when non-EXWM buffer in focus #77

Open
ErikPrantare opened this issue Aug 28, 2024 · 1 comment
Open

Comments

@ErikPrantare
Copy link

I use a program (talon voice) that gets information about the currently active window by reading its title. It gets the active window through reading _NET_ACTIVE_WINDOW. In EXWM, this is only set when focusing X windows. Is it possible to have it be set to the emacs window whenever a regular buffer is in focus?

@Stebalien
Copy link
Contributor

Makes sense. We'd have to set it to the workspace frame instead of xcb:Window:None here:

:data (or id xcb:Window:None))))

We'd also need to make sure to update it when switching workspaces.

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

2 participants