# HG changeset patch # User Steve Losh # Date 1689477717 14400 # Node ID e26a5b448f20f34e74e01e0336bec63ccb186880 # Parent b161525bdc6f245f2f0719a0fb70f08169c94609 Last hostnameport diff -r b161525bdc6f -r e26a5b448f20 stumpwmrc --- a/stumpwmrc Sat Jul 15 23:18:46 2023 -0400 +++ b/stumpwmrc Sat Jul 15 23:21:57 2023 -0400 @@ -426,7 +426,7 @@ (defcommand sleep-machine () () (hostcase - ((:alephnull :mobius :papyrifera) + ((:gro) (run-shell-command "exec lock-screen") (run-shell-command "systemctl suspend")) (t (message "Not sleeping this machine for safety."))))