swayidle: daemonize swaylock in example configuration
This commit is contained in:
parent
ef9088253c
commit
9e869829c2
|
@ -84,7 +84,7 @@ in {
|
|||
default = [ ];
|
||||
example = literalExpression ''
|
||||
[
|
||||
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock"; }
|
||||
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
|
||||
{ event = "lock"; command = "lock"; }
|
||||
]
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue