update lock

This commit is contained in:
Odweta
2026-01-11 20:42:25 +01:00
parent f20dc6256b
commit ad6b0c3575
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
"$mod" = "SUPER"; "$mod" = "SUPER";
"$term" = "${pkgs.kitty}/bin/kitty"; "$term" = "${pkgs.kitty}/bin/kitty";
"$menu" = "${pkgs.wofi}/bin/wofi --show run"; "$menu" = "${pkgs.wofi}/bin/wofi --show run";
"$lock" = "${pkgs.hyprlock}/bin/hyprlock -n"; "$lock" = "${pkgs.hyprlock}/bin/hyprlock";
bind = [ bind = [
"$mod SHIFT, RETURN, exec, $term" "$mod SHIFT, RETURN, exec, $term"
+1 -1
View File
@@ -10,7 +10,7 @@
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";
# Run as your user # Run as your user
ExecStart = "${pkgs.hyprlock}/bin/hyprlock -n"; ExecStart = "${pkgs.hyprlock}/bin/hyprlock";
}; };
wantedBy = [ "sleep.target" ]; wantedBy = [ "sleep.target" ];
}; };