mirror of
https://github.com/nix-community/home-manager
synced 2024-11-11 05:39:44 +01:00
swayidle: daemonize swaylock in example configuration
This commit is contained in:
parent
757220a3c7
commit
1327882cbc
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ in {
|
||||||
default = [ ];
|
default = [ ];
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
[
|
[
|
||||||
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock"; }
|
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock -fF"; }
|
||||||
{ event = "lock"; command = "lock"; }
|
{ event = "lock"; command = "lock"; }
|
||||||
]
|
]
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue