Add basic hammerspoon config

This commit is contained in:
2017-08-04 20:57:57 +01:00
parent 6da5718106
commit 67d265a80f
2 changed files with 8 additions and 0 deletions

7
hammerspoon/init.lua Normal file
View File

@@ -0,0 +1,7 @@
hs.hotkey.bind({"cmd", "alt", "ctrl"}, "H", function()
local win = hs.window.focusedWindow()
local f = win:frame()
f.x = f.x - 10
win:setFrame(f)
end)

View File

@@ -18,6 +18,7 @@ SYMLINKS=(
gemrc
gitconfig
gitignore
hammerspoon
hgrc
hyper.js
irbrc