From 8e05ffdcb0a9ba4d642d8b937bdeed60cebaffe7 Mon Sep 17 00:00:00 2001 From: Darren Cheng Date: Wed, 18 Dec 2024 01:28:53 -0800 Subject: [PATCH] Switch `lock` hs binding to `sleep`. --- hammerspoon/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index c4930404..f76a46d8 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -130,7 +130,7 @@ hs.hotkey.bind({'ctrl', 'alt', 'cmd'}, 'o', function() hs.openConsole() end) -- OS Bindings hs.hotkey.bind({'ctrl', 'alt', 'cmd', 'shift'}, 'l', function() - osx.screensaver() + osx.sleep() end) -- Volume Bindings