Skip to content
Commit 966416cb authored by Antonio Russo's avatar Antonio Russo Committed by Vlad Zahorodnii
Browse files

[script] Find and interact with windows



This patch adds mechanisms to find and interact with windows to the
scripting API:

 - workspace.windowAt provides a way to list the windows at a given
   location on the screen.
 - workspace.stackingOrder provides a list of all windows in the order
   they are stacked on the screen.
 - workspace.raiseWindow provides a mechanism to bring a given window to
   the top of that list, making it visible above all others.

Signed-off-by: default avatarAntonio Russo <aerusso@aerusso.net>
parent ea543ebe
Pipeline #400414 passed with stage
in 13 minutes and 44 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment