Created
February 3, 2022 14:32
-
-
Save sakthivelsekar33/13f39f9c24135a847d015b4ca5548898 to your computer and use it in GitHub Desktop.
hammerspoon_config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hs.loadSpoon("ShiftIt") | |
spoon.ShiftIt:bindHotkeys({}) | |
hs.hotkey.bind({"fn"}, "`", function() | |
hs.application.launchOrFocus('Alacritty') | |
end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment