-
Notifications
You must be signed in to change notification settings - Fork 21
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
support for locking terminal #10
Comments
This is a great idea.... It comes down to the screensaver interaction with the keyboard... my initial thoughts were to, somehow (and for those who want it), run in background and start if the terminal stays idle for N minutes... then, getting out of it would be by hitting any key instead of ctrl+C, with the plus option of locking you've just said. I was, however, planning to minimize package dependencies for better platform compatibility, and release plugins that could be platform dependent. This is still a work-in-progress... plan to release a first plugin by next month. What do you reckon? A plugin to add such feature, or perhaps write the vlock clone in pure python? |
On 12-05-07 at 06:15pm, Bruno Braga wrote:
Great that you have it on your radar. Sorry, my skills are in other What do you mean by "hitting any key instead of ctrl+C"? It sure would
|
On Tue, May 8, 2012 at 7:58 PM, Jonas Smedegaard <
No worries!
Just that now Ctrl+C is the only way to interrupt the program (or, more |
PR #61 adds the proper hooks to make something like this viable. I'll investigate it in a future feature branch. |
Would be cool if possible to password-protect, similar to xscreensaver-command -lock.
Perhaps integrate with vlock?
The text was updated successfully, but these errors were encountered: