hammerspoon: mod+x pbclear
This commit is contained in:
parent
5da5f3ef5b
commit
fbb32ca653
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue