diff --git a/copy.sh b/copy.sh index e530720..ac59713 100644 --- a/copy.sh +++ b/copy.sh @@ -113,6 +113,8 @@ ln -sf "$HOME/.config/waybar/style/style-dark.css" "$HOME/.config/waybar/style.c ln -sf "$HOME/.config/dunst/styles/dunstrc-dark" "$HOME/.config/dunst/dunstrc" && \ # symlink for wofi ln -sf "$HOME/.config/wofi/styles/style-dark.css" "$HOME/.config/wofi/style.css" && \ +ln -sf "$HOME/.config/wofi/configs/config-default" "$HOME/.config/wofi/config" && \ + # Set some files as executable chmod +x ~/.config/hypr/scripts/* 2>&1 | tee -a "$LOG"