https://github.com/thecoder777/screen-timeout-lock
Simple script to lock the screen after some time using xprintidle
https://github.com/thecoder777/screen-timeout-lock
Last synced: about 2 months ago
JSON representation
Simple script to lock the screen after some time using xprintidle
- Host: GitHub
- URL: https://github.com/thecoder777/screen-timeout-lock
- Owner: TheCoder777
- License: mit
- Created: 2019-12-17T12:58:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T16:33:59.000Z (over 6 years ago)
- Last Synced: 2025-12-25T18:59:03.068Z (6 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Screen Timeout Locker
This simple script locks your screen with physlock (you can change that) using xprintidle.
Install it: (example on Arch Linux)
```Bash
$ pacman -S xprintidle
```