oops. that wasn't fixed
This commit is contained in:
parent
973c3d8bac
commit
bf4f121ec1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
|
|
||||||
lockCmd = "pidof hyprlock || ${lib.getExe config.modules.desktop.hyprlock.package}";
|
lockCmd = "pidof hyprlock || ${config.modules.desktop.hyprland.package}/bin/hyprctl dispatch exec ${lib.getExe config.modules.desktop.hyprlock.package}";
|
||||||
unlockCmd = "pkill -USR1 hyprlock";
|
unlockCmd = "pkill -USR1 hyprlock";
|
||||||
|
|
||||||
listeners = let
|
listeners = let
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue