I have a script I would like to have automatically invoked every time the screen is unlocked. Does Ubuntu provide some support for users who wish to do this?
feedback
|
|
It is possible, albeit a bit tricky. GnomeScreensaver documentation states:
Although when I examined using
when screen was locked and
When unlocked. So altering the above script,
should do it. | |||
|
feedback
|
|
Doing it in bash to share the same external script:
| |||
|
feedback
|
|
Building on the bash shell script Michael wrote:
| |||
|
feedback
|