From ef1b027d112a30d170b3b7c21810efcbffce7b12 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 11 Aug 2023 00:47:37 -0500 Subject: [PATCH] refactor(hypr): set timeout for desktop wallpapers --- 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 6d89e73b..197dc819 100644 --- a/dots/.config/hypr/hyprland.conf +++ b/dots/.config/hypr/hyprland.conf @@ -15,4 +15,4 @@ exec-once = xwaylandvideobridge exec-once = clight exec-once = clight-gui --tray exec-once = opensnitch-ui -exec = ~/.config/hypr/scripts/init-wallpapers.bash +exec = timeout 5s ~/.config/hypr/scripts/init-wallpapers.bash