diff --git a/setup.sh b/setup.sh index 95fdf54..370feb0 100644 --- a/setup.sh +++ b/setup.sh @@ -12,6 +12,7 @@ cd sway cp -R .config /home/$NEW_USER/ chmod -R +x /home/$NEW_USER/.config/sway/scripts chmod -R +x /home/$NEW_USER/.config/waybar/scripts +chmod +x /home/$NEW_USER/.config/wofi/windows.py cp .profile /home/$NEW_USER/ chown -R $NEW_USER:$NEW_USER /home/$NEW_USER/.config chown $NEW_USER:$NEW_USER /home/$NEW_USER/.profile