diff --git a/.config/hypr/config/Startup_Apps.conf b/.config/hypr/config/Startup_Apps.conf
index 667348a..3719881 100644
--- a/.config/hypr/config/Startup_Apps.conf
+++ b/.config/hypr/config/Startup_Apps.conf
@@ -37,6 +37,5 @@ exec-once = wl-paste --type image --watch cliphist store # Stores only image dat
exec-once = hyprsunset &
exec-once = hyprshade auto
-exec-once = sleep 1 && darkman run &
exec-once = bitwarden-daemon &
exec-once = sleep 1 && hyprctl reload &
diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
index a92fae2..4595507 100644
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -19,5 +19,5 @@
-
+
diff --git a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh
index a27c1e5..8e18046 100755
--- a/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh
+++ b/.config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh
@@ -33,4 +33,6 @@ if [ $XDG_SESSION_DESKTOP = "Hyprland" ]; then
hyprshade-git \
posy-improved-cursors \
pamixer
+
+ addActions "systemctl --user enable --now darkman"
fi