tcsenpai/open-and-shut: Type in Morse code by repeatedly slamming your laptop shut - open-and-shut - GiTCSenpai - Powered by Gitea

Type in Morse code by repeatedly slamming your laptop shut
hub

Original: GitHub - veggiedefender/open-and-shut: Type in Morse code by repeatedly slamming your laptop shut

Type in Morse code by repeatedly slamming your laptop shut

4e2082de81ad010d5ef022b423e74a24_MD5 1.gif

Features

Setup

Note: For wayland support, check out the wayland branch.

Dependencies

Installation

Clone this repository and copy files into /etc/acpi

git clone git@github.com:veggiedefender/open-and-shut.git
sudo cp morse_code_close.sh morse_code_open.sh morse_code_acpi.sh /etc/acpi/

Configure acpid

Acpid needs to know how and when to run our scripts. Create a file /etc/acpi/events/lm_lid with the following contents:

event=button/lid.*
action=/etc/acpi/morse_code_acpi.sh

Disable screen lock

Temporarily: Run systemd-inhibit --what=handle-lid-switch cat and press Ctrl+C when you're done.

Permanently: Add HandleLidSwitch=ignore to /etc/systemd/logind.conf and either run sudo systemctl restart systemd-logind.service (this will log you out), or reboot your computer.