Fix swaylock
This commit is contained in:
parent
760759714f
commit
e43c088f2e
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue