diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-04-10 16:43:35 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-04-10 16:43:35 +0200 |
| commit | 42a65590da0111abff51c19748a3a10bc70884c6 (patch) | |
| tree | 4ac6127f86310621bec0e0c95aaec075624323cb | |
| parent | 710233b1177a39282a47b6a6ab12c1bd7ff5e7c3 (diff) | |
Fix hyprlock failing on Mac Machines
| -rw-r--r-- | roles/hyprland/templates/hypr/hyprlock.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/templates/hypr/hyprlock.conf.j2 b/roles/hyprland/templates/hypr/hyprlock.conf.j2 index 0a2e2d0f..55cb0baf 100644 --- a/roles/hyprland/templates/hypr/hyprlock.conf.j2 +++ b/roles/hyprland/templates/hypr/hyprlock.conf.j2 @@ -11,7 +11,7 @@ general { } auth { - fingerprint:enabled = true + fingerprint:enabled = false } animations { |
