diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-11-05 21:59:55 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-11-05 21:59:55 -0500 |
| commit | 74b5fe09f3a0b04093ff1442b1dfc683f40d3eca (patch) | |
| tree | b98b43a6873d383e9fc7fe25ea559184be8f25be /copy.sh | |
| parent | 83c8c37abeacb32ce609c2d37c8656c1274ac6e0 (diff) | |
Dropped duplicate startup_apps.sh script
Removed the ComposeHyprConfitg.sh script
Your branch is up to date with 'origin/development'.
Changes to be committed:
deleted: config/hypr/UserConfigs/Startup_Apps.conf
modified: config/hypr/hyprland.conf
deleted: config/hypr/scripts/ComposeHyprConfigs.sh
modified: config/hypr/scripts/Kool_Quick_Settings.sh
modified: copy.sh
modified: upgrade.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -933,10 +933,6 @@ if [ -d "$BACKUP_DIR_PATH" ]; then done fi -# Compose merged configs (Startup_Apps and WindowRules) -if [ -x "$DIRPATH/scripts/ComposeHyprConfigs.sh" ]; then - "$DIRPATH/scripts/ComposeHyprConfigs.sh" 2>&1 | tee -a "$LOG" || true -fi printf "\n%.0s" {1..1} |
