From 8d71a22569315b56144799b96f7d2dec7cc0f1c9 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 22 May 2026 20:51:22 -0400 Subject: better scripts and sleep toggle --- scripts/system/lock-computer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/system/lock-computer') diff --git a/scripts/system/lock-computer b/scripts/system/lock-computer index 0abb3a2..c09d034 100755 --- a/scripts/system/lock-computer +++ b/scripts/system/lock-computer @@ -1,4 +1,4 @@ #!/bin/sh -if not pgrep swaylock; then +if ! pgrep swaylock; then swaylock fi -- cgit v1.2.3