diff --git a/startw b/startw index 07b067b..a95c500 100755 --- a/startw +++ b/startw @@ -34,8 +34,8 @@ fi # # Remove broken links -find -L "$HOME" -type l -delete -find -L "$HOME/.config" -type l -delete +find -L "$HOME" -maxdepth 1 -type l -delete +find -L "$HOME/.config" -maxdepth 1 -type l -delete # The conf folder contains two subfolders home # and config, everything in the home folder will @@ -106,7 +106,7 @@ export HISTCONTROL=ignoreboth # Set WM variable for ufetch export WM=sway # Wallpaer -export WALLPAPER="$HOME/Pictures/walls/palm.jpg" +export WALLPAPER="$HOME/Pictures/walls/waves.jpg" # Lock screen config export LOCK_SCREEN_WALLPAPER=$WALLPAPER export LOCK_SCREEN_COMMAND="swaylock -f -i $LOCK_SCREEN_WALLPAPER"