- Use x11 ScreenSaver extension to track idle time - Placeholder lock function and hardcoded timer
10 lines
265 B
TOML
10 lines
265 B
TOML
[package]
|
|
name = "glock-d"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Screen idle time tracker daemon for glock screenlock"
|
|
|
|
[dependencies]
|
|
glock-conf = { version = "0.1.0", path = "../glock-conf" }
|
|
x11rb = { version = "0.13.2", features = ["screensaver"] }
|