mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add basic hammerspoon config
This commit is contained in:
7
hammerspoon/init.lua
Normal file
7
hammerspoon/init.lua
Normal 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)
|
||||
@@ -18,6 +18,7 @@ SYMLINKS=(
|
||||
gemrc
|
||||
gitconfig
|
||||
gitignore
|
||||
hammerspoon
|
||||
hgrc
|
||||
hyper.js
|
||||
irbrc
|
||||
|
||||
Reference in New Issue
Block a user