Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecoder777/lid-close-locker
A simple script that locks the screen with physlock using the acpid service.
https://github.com/thecoder777/lid-close-locker
Last synced: 3 days ago
JSON representation
A simple script that locks the screen with physlock using the acpid service.
- Host: GitHub
- URL: https://github.com/thecoder777/lid-close-locker
- Owner: TheCoder777
- License: mit
- Created: 2019-12-18T15:49:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T16:29:01.000Z (almost 5 years ago)
- Last Synced: 2024-08-26T17:03:53.752Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Lid-Close-Locker
This simple script locks the screen with physlock (you can change that) when the laptop lid is closed!
For the script to work you need to install and enable the acpid service.
Example on Arch Linux (with systemd).
```bash
$ pacman -S acpid
$ systemctl enable --now acpid.service
```