-
Notifications
You must be signed in to change notification settings - Fork 72
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
Works when apps are full sceen. e.g. games #27
Comments
Yes - you can temporarily disable it with Ctrl+Alt+C, then press that again to turn it back on. I guess we could detect that an application is fullscreen... |
dyskos
added a commit
to dyskos/hotcorner
that referenced
this issue
Oct 25, 2024
Fixes Issue taviso#27 Disables hot corner while a focused app is fullscreen. I have verified that it works in the following cases: - Exclusive fullscreen games - Borderless fullscreen games - Fullscreen apps entered with F11/Alt+Enter (such as Firefox) - Fullscreen videos (YouTube) - LibreOffice Impress while in presentation At only 10 additional lines of code, I believe this will make the program more useful for the majority of users, while maintaining the simplicity of the program. This also brings the program closer to proper Gnome hot corner functionality. Anyone that does not desire this functionality need only remove these additional lines before compilation.
This pull request will solve this issue if it's merged. |
taviso
pushed a commit
that referenced
this issue
Oct 31, 2024
Fixes Issue #27 Disables hot corner while a focused app is fullscreen. I have verified that it works in the following cases: - Exclusive fullscreen games - Borderless fullscreen games - Fullscreen apps entered with F11/Alt+Enter (such as Firefox) - Fullscreen videos (YouTube) - LibreOffice Impress while in presentation At only 10 additional lines of code, I believe this will make the program more useful for the majority of users, while maintaining the simplicity of the program. This also brings the program closer to proper Gnome hot corner functionality. Anyone that does not desire this functionality need only remove these additional lines before compilation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Games are unplayable when this is active. Whenever the mouse pointer (although invisible) touches (and stays in) the corner (for the set delay), task view opens.
The text was updated successfully, but these errors were encountered: