Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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