- fixed wrong dir targets

- added commands to toggle swapscape for hyprland
- fixed a launch in autostart
- wrong dir for keep finds
This commit is contained in:
2025-07-01 16:19:14 -05:00
parent b95ae4c5c9
commit 889894aa1d
5 changed files with 12 additions and 10 deletions

View File

@@ -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"