From 770e314cf767f16b5e34554a019012f4bd5409eb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 Jun 2022 13:35:53 +0300 Subject: [PATCH] sway/autostart-utilities.conf: remove htop's sleep, move to own foot instance (instead of ) --- conf/sway/config.d/autostart-utilities.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/sway/config.d/autostart-utilities.conf b/conf/sway/config.d/autostart-utilities.conf index c2fe2f37..1e535c94 100644 --- a/conf/sway/config.d/autostart-utilities.conf +++ b/conf/sway/config.d/autostart-utilities.conf @@ -9,9 +9,8 @@ exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1 # Debian #exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 -# htop system monitor, this actually needs a bit of sleep to ensure foot -# server is running -exec --no-startup-id sleep 15 && $term --title=htop htop +# htop system monitor in foot, outside of foot server to not care about its status +exec --no-startup-id foot --title=htop htop # NetworkManager Applet exec --no-startup-id nm-applet --indicator