From 8ba871e868e26d79395a1af4866c5d84300edabe Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 3 Jun 2023 14:14:02 -0500 Subject: [PATCH] set locker to swaylock --- .config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 7800e30..7c6edcc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -50,10 +50,10 @@ exec_always { # Example configuration: # exec swayidle -w \ - timeout 900 'waylock &' \ + timeout 900 'swaylock &' \ timeout 1200 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ - before-sleep 'waylock &' + before-sleep 'swaylock &' # This will lock your screen after 300 seconds of inactivity, then turn off # your displays after another 300 seconds, and turn your screens back on when