autostart-utlities.conf: add a short sleep

In case the issue is that 'foot --server' doesn't have time to start
This commit is contained in:
Aminda Suomalainen 2022-04-15 19:44:33 +03:00
parent 6501a87b29
commit 7eeb5fa73e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Autostarting common utilities to my environments
# htop system monitor
exec --no-startup-id $term --title=htop htop
exec --no-startup-id sleep 15 && $term --title=htop htop
# NetworkManager Applet
exec --no-startup-id nm-applet --indicator