mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +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
|
# Autostarting common utilities to my environments
|
||||||
|
|
||||||
# htop system monitor
|
# htop system monitor
|
||||||
exec --no-startup-id $term --title=htop htop
|
exec --no-startup-id sleep 15 && $term --title=htop htop
|
||||||
|
|
||||||
# NetworkManager Applet
|
# NetworkManager Applet
|
||||||
exec --no-startup-id nm-applet --indicator
|
exec --no-startup-id nm-applet --indicator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user