This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Great stuff at https://github.com/cmsj/hammerspoon-config | |
local hyper = {"ctrl", "alt", "cmd"} | |
local laptopScreen = "Color LCD" -- 1440 x 900 | |
local thunderboltScreen = "DELL P2715Q" | |
-- Defines for screen watcher | |
local screenWatcher = nil | |
local lastNumberOfScreens = #hs.screen.allScreens() |
OlderNewer