From e43c088f2e612f4b57ff614d0b97c7474b7919b7 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Tue, 19 Apr 2022 19:14:58 -0400 Subject: [PATCH] Fix swaylock --- modules/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sway.nix b/modules/sway.nix index f5e3c26..7f9f0b8 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -182,7 +182,7 @@ # Lock the screen after 5 minutes of inactivity { timeout = 300; - command = swaylock-command; + command = builtins.replaceStrings [ "%" ] [ "%%" ] swaylock-command; } # Turn off the displays after 10 minutes of inactivity {