diff --git a/chris-czermak-PamFFHL6fVY-unsplash.jpg b/home_dotfiles/wallpapers/chris-czermak-PamFFHL6fVY-unsplash.jpg similarity index 100% rename from chris-czermak-PamFFHL6fVY-unsplash.jpg rename to home_dotfiles/wallpapers/chris-czermak-PamFFHL6fVY-unsplash.jpg diff --git a/install-arch-sway.sh b/install-arch-sway.sh index ecde279..5588965 100755 --- a/install-arch-sway.sh +++ b/install-arch-sway.sh @@ -75,6 +75,19 @@ else echo "⚠ volume-notify-sway.sh not found, skipping..." fi +# === SET THUNAR AS DEFAULT FILE MANAGER === +echo "" +echo "Setting thunar as default file manager..." +xdg-mime default thunar.desktop inode/directory application/x-gnome-saved-search +echo "✓ thunar set as default file manager" + +# === SET WALLPAPER === +echo "" +echo "Setting wallpaper..." +WALLPAPER_PATH="$SCRIPT_DIR/home_dotfiles/wallpapers/chris-czermak-PamFFHL6fVY-unsplash.jpg" +cp $WALLPAPER_PATH ~/.config/sway/wallpaper.jpg +echo "✓ Wallpaper installed to ~/.config/sway/wallpaper.jpg" + echo "" echo "==========================================" echo "✅ Sway configuration installation complete!" @@ -91,10 +104,9 @@ echo "- ~/.config/sway/config (main Sway config)" echo "- ~/.config/swayimg/swayimgrc (image viewer config)" echo "- ~/.config/sway/i3status-rust.toml (status bar config)" echo "- ~/.config/sway/weather-sway.sh (weather script)" +echo "- thunar set as default file manager" if [ -f ~/.config/sway/volume-notify-sway.sh ]; then echo "- ~/.config/sway/volume-notify-sway.sh (volume notifications)" fi -cp chris-czermak-PamFFHL6fVY-unsplash.jpg ~/.config/sway/wallpaper.jpg - makoctl reload