diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
index 298eea2..75f4071 100644
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -11,7 +11,7 @@
-
+
diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap
index 9804704..622f551 100755
--- a/.config/yadm/bootstrap
+++ b/.config/yadm/bootstrap
@@ -28,6 +28,16 @@ if [ $XDG_SESSION_DESKTOP = "i3" ]; then
fi
+if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
+ echo -e "${CYAN}# Installing dependencies (for Hyprland)${NC}"
+ yay -S --needed waybar \
+ hyprlock \
+ swww \
+ hyprswitch \
+ nwg-dock-hyprland \
+ nwg-drawer
+fi
+
echo "# Appling setup"
sudo ln -s ~/.config/evremap.toml /etc/evremap.toml
systemctl enable --now evremap