.hammerspoon/init.lua

changeset 987
556f618e117a
parent 908
fa7c0607c00e
child 1072
68ed15b14844
equal deleted inserted replaced
986:b06e863e3175 987:556f618e117a
1 hs.fs.chdir(os.getenv("HOME"))
1 hs.window.animationDuration = 0 2 hs.window.animationDuration = 0
2 3
3 -- aliases and partial bindings to make life easier 4 -- aliases and partial bindings to make life easier
4 local bindKey = hs.hotkey.bind 5 local bindKey = hs.hotkey.bind
5 local cmd = hs.fnutils.partial(bindKey, {"cmd"}) 6 local cmd = hs.fnutils.partial(bindKey, {"cmd"})

mercurial