From 826aea5998003db3798ed9d7c239f2898dd492c0 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 17 Jul 2026 14:36:18 -0700 Subject: hammerspoon: Add command to start screensaver Right now my lock screen refuses to turn on the screensaver I picked, so adding this command, which matches other machines as well, will let me turn on the screensaver directly. --- hammerspoon/.hammerspoon/init.fnl | 1 + 1 file changed, 1 insertion(+) diff --git a/hammerspoon/.hammerspoon/init.fnl b/hammerspoon/.hammerspoon/init.fnl index ada9884..65a117c 100644 --- a/hammerspoon/.hammerspoon/init.fnl +++ b/hammerspoon/.hammerspoon/init.fnl @@ -7,6 +7,7 @@ (hs.hotkey.bind ["cmd" "alt" "ctrl"] "e" show-window-information) (hs.hotkey.bind ["cmd" "shift"] "r" hs.reload) +(hs.hotkey.bind ["cmd"] "l" hs.caffeinate.startScreensaver) (fn make-config-path-watcher [] (hs.pathwatcher.new -- cgit v1.3-2-g0d8e