From caf35036445bbb7bda6ac1df74c5216140f7514d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Jun 2020 10:46:35 -0700 Subject: move to skhd and yabai --- hammerspoon/init.lua | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'hammerspoon') 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) -- cgit v1.2.3-54-g00ecf