From fec7b2ca1e8c54633cc76c7c9148b2c891758bcc Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Thu, 28 Aug 2025 23:58:23 +0200 Subject: [PATCH] Adds some new things --- .config/hypr/config/Startup_Apps.conf | 1 - .config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 2 +- .config/yadm/bootstrap.v2/applications/11-DesktopEnv.sh | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) 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