feat: Moves hyprland scripts that were missed and updates systemd services to the appropriate locations.

This commit is contained in:
2025-10-03 23:50:50 -04:00
parent d32d0cf64f
commit f911bfb7f1
6 changed files with 3 additions and 3 deletions

2
gen
View File

@@ -67,7 +67,7 @@ generate_webapp() {
}
generate_script() {
local dest="$DEV_ENV/env/.local/scripts/hypr/$file"
local dest="$DEV_ENV/env/.local/scripts/$file"
fail_if_exists $dest
log "Creating new script: $dest"
printf "#!/usr/bin/env bash\n\n" >$dest