mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-06 01:19:23 +01:00
sway/autostart-utilities: cleanup and kde [connect,browser] extension
This commit is contained in:
parent
3ddd20622e
commit
0d3e3edc7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user