From f55b5fae6c67969ca90af943b454362fe9f03242 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 2 Sep 2023 16:34:52 -0500 Subject: [PATCH] refactor(hypr): launch clight-gui immediately on start --- dots/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/hypr/hyprland.conf b/dots/.config/hypr/hyprland.conf index b3c3b609..3ed14df6 100644 --- a/dots/.config/hypr/hyprland.conf +++ b/dots/.config/hypr/hyprland.conf @@ -12,7 +12,7 @@ exec-once = mako --history 1 exec-once = udiskie --tray exec-once = blueman-applet # We have to sleep to ensure clightd is actually good to go -exec-once = sleep 10 && clight-gui --tray +exec-once = clight-gui --tray exec-once = opensnitch-ui --background exec-once = timeout 5s ~/.config/hypr/scripts/init-wallpapers.bash exec-once = systemctl --user start compositor.target