You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 11 : 24H2
GlazeWM : 3.7.0
GNU Emacs : 29.3 (native, not WSL)
When hovering over certain portions of the Emacs gui, tooltips flicker too fast to be read. Tooltips operate normally when GlazeWM is not running (or if window_process: { equals: "emacs" } is set in window_rules -> ignore
I have tried the following snippet in my glazewm config
window_rules:
# Possible commands are 'ignore', 'close', etc.
- commands: ['ignore']match:
# Emacs tooltips?
- window_process: { equals: 'emacs' }window_title: { regex: '^$' }
Which allows tooltips to be displayed, however when running other processes (such as anything using a posframe) that removes the "main" emacs window title, GlazeWM no longer manages the emacs window.
Reproduction
With GlazeWM running, tooltip flashes and disappears
Shutdown GlazeWM and tooltips work as in attached screenshot.
Describe the bug
Windows 11 : 24H2
GlazeWM : 3.7.0
GNU Emacs : 29.3 (native, not WSL)
When hovering over certain portions of the Emacs gui, tooltips flicker too fast to be read. Tooltips operate normally when GlazeWM is not running (or if
window_process: { equals: "emacs" }
is set inwindow_rules -> ignore
I have tried the following snippet in my glazewm config
Which allows tooltips to be displayed, however when running other processes (such as anything using a posframe) that removes the "main" emacs window title, GlazeWM no longer manages the emacs window.
Reproduction
With GlazeWM running, tooltip flashes and disappears
Shutdown GlazeWM and tooltips work as in attached screenshot.
![Image](https://private-user-images.githubusercontent.com/74787193/403984521-6653a787-b959-4ed2-b9b2-67d496300dc7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTI1OTUsIm5iZiI6MTczOTU5MjI5NSwicGF0aCI6Ii83NDc4NzE5My80MDM5ODQ1MjEtNjY1M2E3ODctYjk1OS00ZWQyLWI5YjItNjdkNDk2MzAwZGM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA0MDQ1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI2YzI0ODQ0YWY5MjlmM2I1M2ZiOWMyZmJmODNmMDRhMTc2MjM2ZTBmNTA3NTg4MzIwMzU5NDAxN2VhNzU5YzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zxzOnpYv0msmu7UJjvRIzR3R2Sx4JxSb3ilNsY5OQIc)
Stack trace or error logs (if applicable)
Version number
3.7.0
The text was updated successfully, but these errors were encountered: