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 | 89b995261493b93a9b62e89391ade133f6d7c4b5 (patch) | |
| tree | 4ac6127f86310621bec0e0c95aaec075624323cb | |
| parent | 3401122f1f31d7b762156790b016d9184d2a9ba3 (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 { |
