From 97d0343edf90f46e08a5a841b7e3683ab5677e4b Mon Sep 17 00:00:00 2001 From: Rutherther Date: Wed, 4 Feb 2026 18:31:24 +0100 Subject: [PATCH] fix: swayidle lock command --- home/home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home-configuration.scm b/home/home-configuration.scm index 6d3ea1b2abe65b0a0dba6594543b78868f7c8def..243e7d145b4c04adc91cfe8890ea4ef97955dd59 100644 --- a/home/home-configuration.scm +++ b/home/home-configuration.scm @@ -413,7 +413,7 @@ exec ~a ~a" (service home-swayidle-service-type (home-swayidle-configuration (config - `((before-sleep ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF -c 33333\"")) + `((before-sleep ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF -c 333333\"")) (lock ,#~(string-append "\"" #$swaylock "/bin/swaylock -fF -c 333333\"")) (timeout 30 ,#~(string-append "\"" #$mako "/bin/makoctl mode -a idle\"")