Have siblings who like to "play" with my laptop by waking it from suspension and then typing random keys on the keyboard into the password field. Afterwards, they always deny it. I plan to install motion and only have it run while the computer is locked. After the computer is unlocked, the process should be killed. How would I go about launching motion when CTRL + ALT + L is pressed and kill motion when the correct password is entered?
Asked
Active
Viewed 715 times
1 Answers
1
I like your idea :)
But it seems like a duplicate: Run script on screen lock/unlock (U&L Stack)
If you install motion
correctly as a service, you should run service motion start
at the lock-event and service motion stop
at the unlock-event
-
I suggest you add an answer to this question with that information :D – Seth Mar 18 '14 at 23:39
-
@Seth I'm not seeing the overlap. It's not about motion, its already looking at the same solution... – ExploWare Mar 18 '14 at 23:52
-
Ah, you're right. My bad at not noticing that :) – Seth Mar 18 '14 at 23:54