Can anyone help me find the code for the "Hot Corners" / "Show all windows"? #613
-
I'm trying to find the code that is responsible for the Hot Corner that shows "Current application windows". I'd like to make an edit that would show the windows of only the currently active application in the same way that "Show all windows" shows all windows. For example, when using Firefox and you activate this Hot Corner, it will only show all Firefox windows for easy selection, instead of all the windows you have open. Related to my post here: I just can't seem to find the actual code that runs the "Show all windows" function. Not even sure what it is written in (hopefully JS). Can anyone point me in the right direction, please? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We call the 'show all windows' feature Overview: Hot Corners: |
Beta Was this translation helpful? Give feedback.
-
I'm also interested in "Hot corners", the code is very easy to read. I'd like to add multiple modifier keys (shift, Meta, Alt) to add 12 more slots for additional actions. However, to implement a change we have to write an extension, right ? |
Beta Was this translation helpful? Give feedback.
We call the 'show all windows' feature Overview:
https://github.com/linuxmint/Cinnamon/blob/master/js/ui/overview.js
Hot Corners:
https://github.com/linuxmint/Cinnamon/blob/master/js/ui/hotCorner.js