9c0de3f5c0abc32cf811c4593ce494343e153e21
[dotfiles.git] / hammerspoon / init.lua
1 hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function()
2   hs.notify.new({title="Hammerspoon", informativeText="Hello World"}):send()
3 --  hs.alert.show("Hello World!")
4 end)