Skip to content

Commit

Permalink
🔧 use swaylock
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Oct 28, 2023
1 parent 7122fb9 commit 0eafa31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/gwen/conf/utils/swayidle/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ in
events = [
{
event = "before-sleep";
command = "${pkgs.systemd}/bin/loginctl lock-session";
command = "${pkgs.swaylock}/bin/swaylock";
}
{
event = "lock";
Expand All @@ -24,7 +24,7 @@ in
];
timeouts = [
{
timeout = 330;
timeout = 630;
command = suspendScript.outPath;
}
];
Expand Down

0 comments on commit 0eafa31

Please sign in to comment.