feat: Rearranges some file locations, adds install web apps script for a new machine.

This commit is contained in:
2025-09-26 21:41:59 -04:00
parent 824d3e20da
commit 129f452045
13 changed files with 95 additions and 8 deletions

6
scripts/enable-services.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
systemctl --user enable --now hyprpaper.service
systemctl --user enable --now hypridle.service
espanso service register
sudo setcap "cap_dac_override+p" $(which espanso)