summaryrefslogtreecommitdiffstats
path: root/hammerspoon
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2020-06-11 10:46:35 -0700
committerJesse Luehrs <doy@tozt.net>2020-06-11 10:47:40 -0700
commitcaf35036445bbb7bda6ac1df74c5216140f7514d (patch)
tree8722bccfa2f77ecbdd04cb2dcc45f501194ad9f2 /hammerspoon
parent8606928237c82d6d26f939d741bb681289e242de (diff)
downloadconf-caf35036445bbb7bda6ac1df74c5216140f7514d.tar.gz
conf-caf35036445bbb7bda6ac1df74c5216140f7514d.zip
move to skhd and yabai
Diffstat (limited to 'hammerspoon')
-rw-r--r--hammerspoon/init.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua
index b231421..c68ca8d 100644
--- a/hammerspoon/init.lua
+++ b/hammerspoon/init.lua
@@ -22,23 +22,6 @@ doKeyStroke = function(modifiers, character)
end
end
-hs.hotkey.bind({"alt"}, "h", function()
- hs.window.focusedWindow():focusWindowWest(nil, false, true)
-end)
-hs.hotkey.bind({"alt"}, "j", function()
- hs.window.focusedWindow():focusWindowSouth(nil, false, true)
-end)
-hs.hotkey.bind({"alt"}, "k", function()
- hs.window.focusedWindow():focusWindowNorth(nil, false, true)
-end)
-hs.hotkey.bind({"alt"}, "l", function()
- hs.window.focusedWindow():focusWindowEast(nil, false, true)
-end)
-
-hs.hotkey.bind({"alt"}, "b", function()
- hs.execute("open /Applications/Google\\ Chrome.app --new --args --new-window about:home")
-end)
-
hs.hotkey.bind({"alt"}, "d", function()
hs.caffeinate.lockScreen()
end)
@@ -47,10 +30,6 @@ hs.hotkey.bind({"alt"}, "f", function()
hs.window.focusedWindow():toggleFullScreen()
end)
-hs.hotkey.bind({"alt"}, "o", function()
- hs.execute("open -n /Applications/Alacritty.app/")
-end)
-
hs.hotkey.bind({"alt"}, "q", function()
hs.window.focusedWindow():close()
end)