From 694427d939067f87e993937610fbd41c9fac22ef Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Sat, 29 Mar 2025 19:34:13 +0100 Subject: [PATCH] Adds darkman and hyprsunset to autostart --- .config/hypr/config/Startup_Apps.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/hypr/config/Startup_Apps.conf b/.config/hypr/config/Startup_Apps.conf index e2b09c9..5f6f45d 100644 --- a/.config/hypr/config/Startup_Apps.conf +++ b/.config/hypr/config/Startup_Apps.conf @@ -37,4 +37,6 @@ exec-once = wl-paste --type text --watch cliphist store # Stores only text data exec-once = wl-paste --type image --watch cliphist store # Stores only image data exec-once = hyprswitch init --show-title --size-factor 5.5 --workspaces-per-row 5 & -exec-once = darkman run + +exec-once = hyprsunset & +exec-once = sleep 1 && darkman run &