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:
2025-09-23 18:06:09 -04:00
parent b7edc19958
commit 81428fde31
12 changed files with 629 additions and 5 deletions

10
ARCHNOTES.md Normal file
View 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
```