set thunar as file manager

This commit is contained in:
2025-08-16 03:12:59 +03:00
parent 723bf37d1f
commit 8394f6666c
2 changed files with 14 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 4.2 MiB

After

Width:  |  Height:  |  Size: 4.2 MiB

View File

@@ -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