home/startupApps: sleep 1 before launching hyprland apps

This commit is contained in:
Aly Raffauf 2024-06-20 19:31:22 -04:00
parent d57b209580
commit ffddb47882

View file

@ -9,7 +9,7 @@
${
lib.strings.concatMapStringsSep
"\n"
(app: "exec-once = ${app}")
(app: "exec-once = sleep 1 && ${app}")
config.alyraffauf.desktop.startupApps
}
'';