Skip to content

Commit

Permalink
Switch lock hs binding to sleep.
Browse files Browse the repository at this point in the history
  • Loading branch information
drn committed Dec 18, 2024
1 parent 2839f87 commit 8e05ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammerspoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e05ffd

Please sign in to comment.