fixed find bug

master
Alessandro Mauri 4 years ago
parent 7fb887bfd2
commit bd38e100fc
  1. 6
      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"

Loading…
Cancel
Save