From e04f62891693163d365110a842456a558e453ef2 Mon Sep 17 00:00:00 2001 From: Ryan Chan Date: Tue, 25 Oct 2022 09:30:52 +0100 Subject: [PATCH] swaylockd is not compatible with --daemonize See: https://github.com/jirutka/swaylockd/blob/master/swaylockd.1.adoc#description --- sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/config b/sway/config index 421023d..e1c9e8a 100644 --- a/sway/config +++ b/sway/config @@ -49,10 +49,10 @@ output DP-1 adaptive_sync on ### Idle configuration # exec swayidle -w \ - timeout 600 'swaylockd -f -c 000000' \ + timeout 600 'swaylockd -c 000000' \ timeout 900 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ before-sleep 'playerctl pause' \ - before-sleep 'swaylockd -f -c 000000' + before-sleep 'swaylockd -c 000000' ### Input configuration # -- 2.38.5