jdoda / hotedge

A GNOME Shell extension that replaces the top-left hot corner with a bottom hot edge.
GNU General Public License v2.0
60 stars 5 forks source link

Trigger the overview when an application is in full screen mode #12

Closed dmarrazzo closed 2 years ago

dmarrazzo commented 3 years ago

Maybe it could be an option, but I'd like to have the hot edge even when an application is in full screen mode.

jdoda commented 3 years ago

This is behaviour inherited from the existing hot corner code. It's an explicit check that suppresses toggling the overview if there's a fullscreen app. Because it is an explicit check, it should be easy to change this behaviour, but it also means it's probably there for a reason. I'll do some testing and see if removing it breaks anything.

jdoda commented 2 years ago

Having put some more thought into this, I don't want to diverge from the hot corner behaviour here.