fixed find bug
This commit is contained in:
parent
7fb887bfd2
commit
bd38e100fc
6
startw
6
startw
@ -34,8 +34,8 @@ fi
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Remove broken links
|
# Remove broken links
|
||||||
find -L "$HOME" -type l -delete
|
find -L "$HOME" -maxdepth 1 -type l -delete
|
||||||
find -L "$HOME/.config" -type l -delete
|
find -L "$HOME/.config" -maxdepth 1 -type l -delete
|
||||||
|
|
||||||
# The conf folder contains two subfolders home
|
# The conf folder contains two subfolders home
|
||||||
# and config, everything in the home folder will
|
# and config, everything in the home folder will
|
||||||
@ -106,7 +106,7 @@ export HISTCONTROL=ignoreboth
|
|||||||
# Set WM variable for ufetch
|
# Set WM variable for ufetch
|
||||||
export WM=sway
|
export WM=sway
|
||||||
# Wallpaer
|
# Wallpaer
|
||||||
export WALLPAPER="$HOME/Pictures/walls/palm.jpg"
|
export WALLPAPER="$HOME/Pictures/walls/waves.jpg"
|
||||||
# Lock screen config
|
# Lock screen config
|
||||||
export LOCK_SCREEN_WALLPAPER=$WALLPAPER
|
export LOCK_SCREEN_WALLPAPER=$WALLPAPER
|
||||||
export LOCK_SCREEN_COMMAND="swaylock -f -i $LOCK_SCREEN_WALLPAPER"
|
export LOCK_SCREEN_COMMAND="swaylock -f -i $LOCK_SCREEN_WALLPAPER"
|
||||||
|
Loading…
Reference in New Issue
Block a user