mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
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:
parent
6501a87b29
commit
7eeb5fa73e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user