diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index b081529..03a3c24 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -6,3 +6,5 @@ hs.hotkey.bind(mod, "Return", function() -- -n: Always open a new instance. I want it to open in my home directory. hs.execute("open -n /Applications/Alacritty.app") end) + +hs.hotkey.bind(mod, "x", function() hs.execute("~/bin/pbclear") end)