Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove w and use native Rust to check tty idle times #32

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

sghael
Copy link

@sghael sghael commented Aug 31, 2024

  • Monitors the idle time for each TTY device by subtracting the last access time of the device from the current system time. The minimum idle time across all checked TTY devices is used.
  • organize imports
  • update Readme and sample conf file (old conf file will still work, but the comments have been updated)

@sghael
Copy link
Author

sghael commented Aug 31, 2024

Related to #28

@sghael
Copy link
Author

sghael commented Aug 31, 2024

If we can get this over the finish line, I suggest a minor version update for SemVer, as these changes should be backwards compatible for existing .conf files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant