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: 4 months ago
JSON representation

A simple script that locks the screen with physlock using the acpid service.

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
```