Skip to content

Instantly share code, notes, and snippets.

View vivekbhansali's full-sized avatar

Vivek Bhansali vivekbhansali

View GitHub Profile
@vivekbhansali
vivekbhansali / init.lua
Created November 1, 2021 03:06
Hammerspoon Configuration
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "W", function()
hs.notify.new({title="Hammerspoon", informativeText="Hammerspoon Notification"}):send()
end)
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "R", function()
hs.reload()
end)
hs.alert.show("Config loaded")
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "M", function()