From 6b3281904b7f5edd449834a64220394cb5e97e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 21 Oct 2023 19:20:19 +0200 Subject: [PATCH] Fix race condition --- .config/hypr/hyprland.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 67e221d..11a0899 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -16,8 +16,7 @@ bindl = ,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox -exec-once = ~/.local/bin/set_wallpaper -exec-once = hyprpaper +exec-once = ~/.local/bin/set_wallpaper && hyprpaper exec-once = waybar # Source a file (multi-file configs)