1
0
Fork 0

hammerspoon: mod+x pbclear

This commit is contained in:
Jeremy Kaplan 2022-01-07 16:55:21 -08:00
commit fbb32ca653

View file

@ -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. -- -n: Always open a new instance. I want it to open in my home directory.
hs.execute("open -n /Applications/Alacritty.app") hs.execute("open -n /Applications/Alacritty.app")
end) end)
hs.hotkey.bind(mod, "x", function() hs.execute("~/bin/pbclear") end)