From 7eeb5fa73e1ee09b1b380ebcb84176c4819bc64f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 15 Apr 2022 19:44:33 +0300 Subject: [PATCH] autostart-utlities.conf: add a short sleep In case the issue is that 'foot --server' doesn't have time to start --- conf/sway/config.d/autostart-utilities.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sway/config.d/autostart-utilities.conf b/conf/sway/config.d/autostart-utilities.conf index afb8896d..2ad918ca 100644 --- a/conf/sway/config.d/autostart-utilities.conf +++ b/conf/sway/config.d/autostart-utilities.conf @@ -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