aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-07-01 16:19:14 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-07-01 16:19:14 -0500
commit889894aa1d68358676bca48ddd540a76e067eddb (patch)
tree5648891453117fe62b6f030b4f92585befb00e8d /runs-all
parentb95ae4c5c9ff4d693d6424cce8a0d579754c4202 (diff)
- fixed wrong dir targets
- added commands to toggle swapscape for hyprland - fixed a launch in autostart - wrong dir for keep finds
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/env.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/runs-all/env.sh b/runs-all/env.sh
index 65c11a2..6cfd1f0 100755
--- a/runs-all/env.sh
+++ b/runs-all/env.sh
@@ -19,8 +19,8 @@ else
path_dirs="$path_dirs
$yt_cli_dir
$(find ~/stuff/ -name theme-setter -type d)
-$(find $script_dir/keep/system -type d)
-$(find $script_dir/env_private/keep/system -type d)"
+$(find $script_dir/keep/scripts -type d)
+$(find $script_dir/env_private/keep/scripts -type d)"
for s in $path_dirs; do
echo "adding $s to path"