mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
11 lines
166 B
Markdown
11 lines
166 B
Markdown
# 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
|
|
```
|