diff --git a/home/.config/hypr/hyprland.d/exec.conf b/home/.config/hypr/hyprland.d/exec.conf index 1bbb9d4..e517ccb 100644 --- a/home/.config/hypr/hyprland.d/exec.conf +++ b/home/.config/hypr/hyprland.d/exec.conf @@ -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 exec-once = sleep 1 && systemctl --user start wayland-session.target -exec-once = vesktop -# exec-once = discord -# exec-once = webcord --start-minimized +exec-once = sleep 3 && vesktop +# exec-once = sleep 3 && discord +# exec-once = sleep 3 && webcord --start-minimized # vi: ft=hyprlang