mirror of
https://github.com/kuhyx/gatelock.git
synced 2026-07-04 10:03:40 +02:00
Extracted from wake_alarm, screen-locker, and diet_guard, which each independently implemented fullscreen-lock, input-grab, VT-disable, and HMAC-signed-state mechanics at different levels of maturity (the HMAC module was already a hand-copied duplicate between two of them). LockConfig exposes overrideredirect/grab/disable_vt as independent axes so one LockWindow can reproduce all three projects' exact prior behavior, plus screen-locker's confirmed upgrade to retry-forever grab.
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
bandit[toml]>=1.7
|
|
mypy>=1.13
|
|
pre-commit>=4.0
|
|
pylint>=3.3
|
|
pytest>=8.0
|
|
pytest-cov>=5.0
|
|
ruff>=0.15
|