mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-26 05:04:34 +00:00
Add delay before starting vesktop
This commit is contained in:
parent
5a0132296b
commit
a3a0000c4a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue