hyprlock: use custom script for both types of lock

This commit is contained in:
Christoph Hollizeck 2024-11-17 01:10:25 +01:00
parent 49821ec0c1
commit 7d030a247d
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ in
general = { general = {
after_sleep_cmd = "hyprctl dispatch dpms on"; after_sleep_cmd = "hyprctl dispatch dpms on";
ignore_dbus_inhibit = false; ignore_dbus_inhibit = false;
lock_cmd = "${pkgs.hyprlock-blur}/bin/hyprlock-blur"; lock_cmd = "hyprlock-blur";
}; };
listener = [ listener = [

View file

@ -35,7 +35,7 @@ in
${namespace}.desktop.hyprland.settings = { ${namespace}.desktop.hyprland.settings = {
bind = [ bind = [
"$mod CTRL, l, exec, ${hyprlock-blur}/bin/hyprlock-blur" "$mod CTRL, l, exec, hyprlock-blur"
]; ];
}; };