mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
home/startupApps: sleep 1 before launching hyprland apps
This commit is contained in:
parent
d57b209580
commit
ffddb47882
|
@ -9,7 +9,7 @@
|
|||
${
|
||||
lib.strings.concatMapStringsSep
|
||||
"\n"
|
||||
(app: "exec-once = ${app}")
|
||||
(app: "exec-once = sleep 1 && ${app}")
|
||||
config.alyraffauf.desktop.startupApps
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue