Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly activate windows even if they're not in the iconic state
* exwm.el (exwm--on-ClientMessage): Handle the case where a window is hidden but not iconic. This code would previously error in some cases because a buffer wouldn't have an active window even when it was not in the iconic state, likely due to a focus race somewhere. fixes #28 fixes #29 fixes #30
- Loading branch information