From 4c33af90212051ad0fd80508155a742e0a906d43 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 27 Apr 2019 22:32:57 -0400 Subject: [PATCH] Switched from swaylock to swaylock-fancy. --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index ccf95a4..0a40bc8 100644 --- a/sway/config +++ b/sway/config @@ -47,10 +47,10 @@ output eDP-1 scale 1.4 # Example configuration: # exec swayidle -w \ - timeout 60 'swaylock -f -c 000000' \ + timeout 60 'swaylock-fancy' \ timeout 600 'swaymsg "output * dpms off"' \ resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock -f -c 000000' + before-sleep 'swaylock-fancy' # # 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