Fix startup
This commit is contained in:
parent
cf78ddf581
commit
20f26ee962
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ exec=wl-paste --type image --watch cliphist store
|
|||
# -> Screen sharing
|
||||
exec=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
# -> Autostart
|
||||
exec-once=$programsJobrunner "exec $dirHypr/scripts.d/commands-startup.sh"
|
||||
exec-once=sleep 1s;$programsJobrunner "exec $dirHypr/scripts.d/commands-startup.sh"
|
||||
exec=$programsJobrunner "exec $dirHypr/scripts.d/commands-reload.sh"
|
||||
|
||||
# Env
|
||||
|
|
Loading…
Reference in a new issue