From f700f7b3d23a23ab3434593a5b98d12801265d46 Mon Sep 17 00:00:00 2001 From: Harzo Date: Fri, 9 Jun 2023 14:58:31 +0200 Subject: [PATCH] swayidle: Use custom screenlock script --- .config/swayidle/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/swayidle/config b/.config/swayidle/config index ea284f2..57c3eda 100644 --- a/.config/swayidle/config +++ b/.config/swayidle/config @@ -1 +1 @@ -timeout 300 'hyprctl dispatcher dpms off && swaylock' +timeout 300 'hyprctl dispatcher dpms off && ~/.local/bin/scripts/system/screenlock'