Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tgorskievo/2a225e80737180b11b888f38062f2906 to your computer and use it in GitHub Desktop.
Save tgorskievo/2a225e80737180b11b888f38062f2906 to your computer and use it in GitHub Desktop.
-- Set up external monitor and disable broken internal macbook display
hs.hotkey.bind({"shift", "alt", "ctrl"}, "0", function()
local timestamp = os.date("%Y-%m-%d %H:%M:%S")
hs.execute(string.format("echo '%s logs stored into ~/hammerspoon_log.txt' >> ~/hammerspoon_log.txt", timestamp))
hs.execute("/bin/zsh -c '~/.screen-fix-setup.sh --yes >> ~/hammerspoon_log.txt'", true)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment