Fix swaylock

This commit is contained in:
Nathan McCarty 2022-04-19 19:14:58 -04:00
parent 760759714f
commit e43c088f2e
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -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
{