From 0d3e3edc7f87b20f059b076a268466483dd21eaf Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 9 Jul 2024 08:52:43 +0300 Subject: [PATCH] sway/autostart-utilities: cleanup and kde [connect,browser] extension --- conf/sway/config.d/autostart-utilities.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/conf/sway/config.d/autostart-utilities.conf b/conf/sway/config.d/autostart-utilities.conf index 4839bba3..bc848fcd 100644 --- a/conf/sway/config.d/autostart-utilities.conf +++ b/conf/sway/config.d/autostart-utilities.conf @@ -10,11 +10,8 @@ exec --no-startup-id /usr/libexec/kf6/polkit-kde-authentication-agent-1 # Debian exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 -# Why not have a foot outside of server just in case -exec --no-startup-id foot - -# htop system monitor in foot, outside of foot server to not care about its status -exec --no-startup-id foot --title=htop htop +# htop system monitor in foot +exec --no-startup-id sleep 15 && foot-client --title=htop htop # NetworkManager Applet. # Note: handle WiFi with iwd directly. Use this for ethernet, mobile broadband @@ -32,8 +29,10 @@ exec --no-startup-id sleep 15 && nm-applet --indicator # see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment #exec --no-startup-id fcitx -# KDE Connect daemon on Fedora -#exec --no-startup-id sleep 15 && /usr/libexec/kdeconnectd +# KDE Connect daemon and Plasma integration extension +exec --no-startup-id sleep 15 && kdeconnectd +exec --no-startup-id sleep 18 && kdeconnect-indicator +exec --no-startup-id sleep 20 && plasma-browser-integration-host # Google Drive etc. sync client exec --no-startup-id sleep 15 && insync start