sway/autostart-utilities: cleanup and kde [connect,browser] extension

This commit is contained in:
Aminda Suomalainen 2024-07-09 08:52:43 +03:00
parent 3ddd20622e
commit 0d3e3edc7f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -10,11 +10,8 @@ exec --no-startup-id /usr/libexec/kf6/polkit-kde-authentication-agent-1
# Debian # Debian
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1 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 # htop system monitor in foot
exec --no-startup-id foot exec --no-startup-id sleep 15 && foot-client --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. # NetworkManager Applet.
# Note: handle WiFi with iwd directly. Use this for ethernet, mobile broadband # 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 # see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
#exec --no-startup-id fcitx #exec --no-startup-id fcitx
# KDE Connect daemon on Fedora # KDE Connect daemon and Plasma integration extension
#exec --no-startup-id sleep 15 && /usr/libexec/kdeconnectd 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 # Google Drive etc. sync client
exec --no-startup-id sleep 15 && insync start exec --no-startup-id sleep 15 && insync start