# Arch Linux Notes ## Monitor Lid Events In order to monitor lid events, the user needs to be added to the `input` group. ```bash sudo usermod -aG input $USER ```