From 72c0f06a26fca43c2d1b8b8b96be38cdbb868ac6 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 15 Sep 2022 20:54:21 -0500 Subject: [PATCH] *change to using waylock in config --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 6f41165..d712590 100644 --- a/config.def.h +++ b/config.def.h @@ -100,7 +100,7 @@ static const char *const autostart[] = { "dwl-bar.sh","-l", NULL, "sh", "-c", "swaybg --image $HOME/.config/wall", NULL, "hotkeys.sh", NULL, - "sh","-c","swayidle -w timeout 900 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'",NULL, + "sh","-c","swayidle -w timeout 900 'waylock &' before-sleep 'waylock &'",NULL, NULL /* terminate */ };