hyprlock: use custom script for both types of lock
This commit is contained in:
parent
7739403910
commit
303f09a113
|
@ -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 = [
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue