Add always-visible Plasma unlock prompt

This commit is contained in:
ajp_anton
2026-09-02 00:28:07 +00:00
parent 70b4a6e780
commit 4a78e6b485
7 changed files with 518 additions and 0 deletions
+12
View File
@@ -15,6 +15,7 @@ sudo dnf config-manager addrepo \
```bash
sudo dnf install touchpad-hold-tap
sudo dnf install plasma-always-show-unlock
```
## Compatibility
@@ -36,3 +37,14 @@ including double middle clicks.
The `touchpad-hold-tap` package requires libinput 1.30 or newer and a compositor
that enables libinput plugins. Log out and back in after installation or an
update so the compositor reloads the plugin.
### Always-visible Plasma unlock prompt
The `plasma-always-show-unlock` package keeps Plasma's password and fingerprint
prompt visible from the moment the lock screen appears, including after the
display is turned off or the system resumes from sleep.
The package applies a narrow patch to Plasma 6.7's lock-screen QML and reapplies
it after `plasma-desktop` updates. An unknown future layout is left unchanged
instead of being modified speculatively. Removing the package restores Plasma's
original behavior.