Add delay before starting vesktop

This commit is contained in:
ItsDrike 2024-12-22 01:08:01 +01:00
parent 5a0132296b
commit a3a0000c4a
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -4,8 +4,8 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
# Hyprland socket sometimes isn't yet loaded, sleep for sec # Hyprland socket sometimes isn't yet loaded, sleep for sec
exec-once = sleep 1 && systemctl --user start wayland-session.target exec-once = sleep 1 && systemctl --user start wayland-session.target
exec-once = vesktop exec-once = sleep 3 && vesktop
# exec-once = discord # exec-once = sleep 3 && discord
# exec-once = webcord --start-minimized # exec-once = sleep 3 && webcord --start-minimized
# vi: ft=hyprlang # vi: ft=hyprlang