Created
April 26, 2025 23:49
-
-
Save tgorskievo/2a225e80737180b11b888f38062f2906 to your computer and use it in GitHub Desktop.
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
-- 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