mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Updates to hyprland, adds waybar (default config for now), adds arch linux notes file to start tracking things that are needed when setting up a new system.
This commit is contained in:
10
ARCHNOTES.md
Normal file
10
ARCHNOTES.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user