docs: document one-time fingerprint setup
This commit is contained in:
@@ -47,3 +47,16 @@ sudo systemctl enable --now NetworkManager
|
||||
```
|
||||
|
||||
Wifi will drop for a few seconds and reconnect via iwd's stored profiles. If reconnection fails, re-enter the wifi password via `nm-applet` (tray icon) or `networkmanager_dmenu` (waybar network widget click).
|
||||
|
||||
### One-time fingerprint setup
|
||||
|
||||
After `install.sh` installs `fprintd`, enroll a finger and wire it into the sudo + lockscreen auth stacks:
|
||||
|
||||
```bash
|
||||
fprintd-enroll # interactive; touch the reader as prompted
|
||||
sudo bash scripts/enable-fingerprint.sh # idempotent — safe to re-run
|
||||
```
|
||||
|
||||
Test with `sudo true` (should prompt for fingerprint) or `Mod+Shift+E` to lock + touch the reader.
|
||||
|
||||
To enroll additional fingers: `fprintd-enroll -f left-thumb` (or `right-thumb`, `left-index`, etc.).
|
||||
|
||||
Reference in New Issue
Block a user