2022-04-15 09:08:21 +02:00
|
|
|
# Autostarting common utilities to my environments
|
2022-04-15 13:20:45 +02:00
|
|
|
|
|
|
|
# htop system monitor
|
2022-04-15 17:59:00 +02:00
|
|
|
exec --no-startup-id $term --title=htop htop
|
2022-04-15 13:20:45 +02:00
|
|
|
|
|
|
|
# NetworkManager Applet
|
2022-04-15 09:08:21 +02:00
|
|
|
exec --no-startup-id nm-applet --indicator
|
|
|
|
|
|
|
|
# Mullvad GUI/tray
|
|
|
|
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
2022-04-15 12:22:31 +02:00
|
|
|
|
|
|
|
# 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 /usr/libexec/kdeconnectd
|
|
|
|
|
|
|
|
# Google Drive etc. sync client
|
|
|
|
exec --no-startup-id insync start
|
|
|
|
|
|
|
|
# NextCloud client
|
|
|
|
exec --no-startup-id nextcloud --background
|
|
|
|
|
|
|
|
# Bluetooth tray
|
|
|
|
exec --no-startup-id blueman-applet
|