-
Notifications
You must be signed in to change notification settings - Fork 217
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
Focus commands not working when invoked through IPC #414
Comments
Do any IPC command work for you? none are having any effect for me, neither does glazewm outputs the following when an IPC command is received, but nothing happens:
also
although I have downloaded v2.0.3 from releases (latest as of right now), but it outputs |
Did a re-check on develop, 454bc05 Commands that do not involve modifying/refreshing existing windows such as Commands that change windows but do not require focus ( Focus-related commands do not work through IPC. |
Problem
Focus commands not working properly when executed through IPC from command-line. Glaze behaves as if it changed focus while in reality it did not.
Repro example:
glazewm command \"""focus left\"""
// Notice the window to the left should be focused but is not (typing still enters characters in the right window)
glazewm command \"""close\"""
// The window to the left is correctly closed
The text was updated successfully, but these errors were encountered: