

The best way to demonstrate the power of this module is through examples.
#GEEKTOOL UNINSTALL FOR MAC WINDOWS#
Wouldn’t it be useful to have hotkeys bound in certain contexts or applications but not others? Organize windows and react to events on the basis of position, size, workflow, or any combination thereof? The extremely versatile hs.window.filter module allows this, enabling you to create complex window groupings and behaviors with filtering rules and event watchers. This may seem like a fairly complex set of options, but it’s worth spending some time learning, as it allows for extremely powerful window layouts, particularly in reaction to system events (such as the number of screens changing when you plug in a monitor, or even just press a particular hotkey to restore sanity to your windows).

Note that we’re using the hs.geometry.rect() helper function to construct the rect table and that the y value is negative, meaning that the top of the window should start 48 pixels above the bottom of the display. This is shown in our example above, which will place the iTunes Mini Player window at the very bottom left of the screen, even if the dock is there. The sixth item is similar to the fifth, except it does take the OS menubar and dock into account. The fifth item is a rect that will be given to hs.window:setFrame() and should specify the position/size values as pixel positions on the screen, but without the OS menubar and dock taken into account.
#GEEKTOOL UNINSTALL FOR MAC DOWNLOAD#
Download the latest release of Hammerspoon and drag it to your /Applications folder.If you have never programmed in Lua before, you may want to run through Learn Lua in Y minutes before you begin. It bridges various system level APIs into a Lua scripting engine, allowing you to have powerful effects on your system by writing Lua scripts. Hammerspoon is a desktop automation tool for macOS. Getting Started with Hammerspoon What is Hammerspoon?
