swaylock-effects: add new package - #62545
Open
mamins1376 wants to merge 1 commit into
Open
mamins1376 wants to merge 1 commit into
mamins1376 wants to merge 1 commit into
Conversation
swaylock-effects is a maintained fork of swaywm/swaylock that adds --fingerprint support via fprintd, alongside additional visual effects. Key design decisions: - Enabled fingerprint support (configure_args = -Dfingerprint=enabled) - PAM config avoids pam_fprintd to prevent device contention with swaylock's native fprintd D-Bus integration (timer-based, every 300ms) - libgomp-devel in makedepends (OpenMP required by effects code) - fprintd in makedepends (provides D-Bus interface XML for codegen) - Replaces existing swaylock package via replaces= field
mamins1376
force-pushed
the
swaylock-effects
branch
from
September 15, 2026 16:34
3028028 to
452c9f8
Compare
Member
|
what does "key design decisions" mean? |
Contributor
Author
|
It means I was lazy and used AI slop even for the PR description - sorry about that. Maybe just "notes:"? |
Member
|
please read through our contributing policy on AI usage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
swaylock-effects is a maintained fork of swaywm/swaylock that adds
--fingerprint support via fprintd, alongside additional visual effects.
Key design decisions:
swaylock's native fprintd D-Bus integration (timer-based, every 300ms)
Testing the changes
New package
Local build testing