After clicking Show Applications in the dock, on the occasion I don't click an app, I'd like to click anywhere in the window to close it. Currently I have to mouse down and click the Show Application icon again for the window to close. Is this possible?
A Click on an empty space in the overview hide the overview. If you clicked at workspacesPage it minimizes all windows on the current workspace and show desktop. Other pages just hide overview.
But I prefer pressing Super to close the 'Show Applications' screen quickly.
There is a GNOME shell extension which does the job to some extent: Hide Overview When Click Overview.
But I prefer pressing Super to close the 'Show Applications' screen quickly.
As a workaround you can create a launcher for simulating Escape key.
For simulating you need
xdotool
to be installed.Create a
ESC.desktop
file in~/.local/share/applications/
Paste the below content in it.
Save & Close.
Run
to make the file executable.
Now when you click show all apps icon, you will have "ESC" entry.