From: Peng Li Date: Fri, 8 Sep 2017 02:01:14 +0000 (+0800) Subject: hammerspoon - initial config X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=e2c002e0b8c456ec5a894667dbee985db46ba747;hp=abf9d0c4f2f7fa4904d4488116c300c171c622c2;p=dotfiles.git hammerspoon - initial config --- diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua new file mode 100644 index 0000000..9c0de3f --- /dev/null +++ b/hammerspoon/init.lua @@ -0,0 +1,4 @@ +hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function() + hs.notify.new({title="Hammerspoon", informativeText="Hello World"}):send() +-- hs.alert.show("Hello World!") +end)