2022-04-15 10:08:21 +03:00
|
|
|
# Autostarting common utilities to my environments
|
2022-04-15 14:20:45 +03:00
|
|
|
|
2022-05-10 19:33:49 +03:00
|
|
|
# policykit agent for escalating permissions on-demand such as partition
|
|
|
|
# management. LXDE one may not be the best on Wayland, but it's
|
|
|
|
# reported working on Fedora mediawriter (FedoraQt/MediaWriter#223)
|
2022-05-10 21:59:05 +03:00
|
|
|
#exec --no-startup-id lxpolkit
|
|
|
|
# The KDE version as I tend to have it as base image (Fedora)
|
|
|
|
exec --no-startup-id /usr/libexec/kf5/polkit-kde-authentication-agent-1
|
2024-04-23 19:21:08 +03:00
|
|
|
exec --no-startup-id /usr/libexec/kf6/polkit-kde-authentication-agent-1
|
2022-05-13 21:50:55 +03:00
|
|
|
# Debian
|
2023-08-11 09:23:48 +03:00
|
|
|
exec --no-startup-id /usr/lib/x86_64-linux-gnu/libexec/polkit-kde-authentication-agent-1
|
2022-05-10 19:33:49 +03:00
|
|
|
|
2024-07-09 08:52:43 +03:00
|
|
|
# htop system monitor in foot
|
2024-07-09 09:12:24 +03:00
|
|
|
exec --no-startup-id sleep 15 && footclient --title=htop htop
|
2022-04-15 14:20:45 +03:00
|
|
|
|
2023-01-31 18:33:05 +02:00
|
|
|
# NetworkManager Applet.
|
2024-06-30 11:46:14 +03:00
|
|
|
# Note: handle WiFi with iwd directly. Use this for ethernet, mobile broadband
|
|
|
|
# modems, VPN, Firefox location provider and similar.
|
|
|
|
exec --no-startup-id sleep 15 && nm-applet --indicator
|
2022-04-15 10:08:21 +03:00
|
|
|
|
|
|
|
# Mullvad GUI/tray
|
2022-09-28 20:29:14 +03:00
|
|
|
#exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
|
2022-04-15 13:22:31 +03:00
|
|
|
|
2022-09-29 16:34:34 +03:00
|
|
|
# ProtonVPN doesn't support starting in GUI that I can see
|
|
|
|
# Additionally their killswitch prevents ProtonVPN itself from connecting
|
|
|
|
# https://github.com/ProtonVPN/linux-app/issues/28
|
|
|
|
#exec --no-startup-id foot --title=ProtonVPN protonvpn-cli connect --fastest
|
2022-09-17 20:29:12 +03:00
|
|
|
|
2022-04-15 13:22:31 +03:00
|
|
|
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
|
2022-08-06 09:31:50 +03:00
|
|
|
#exec --no-startup-id fcitx
|
2022-04-15 13:22:31 +03:00
|
|
|
|
2024-07-09 08:52:43 +03:00
|
|
|
# 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
|
2022-04-15 13:22:31 +03:00
|
|
|
|
|
|
|
# Google Drive etc. sync client
|
2024-04-29 17:35:26 +03:00
|
|
|
exec --no-startup-id sleep 15 && insync start
|
2022-04-15 13:22:31 +03:00
|
|
|
|
|
|
|
# NextCloud client
|
2024-04-29 17:35:26 +03:00
|
|
|
#exec --no-startup-id sleep 15 && nextcloud --background
|
2022-06-04 13:15:48 +03:00
|
|
|
# Artificial sleep here seems necessary workaround to avoid https://github.com/flathub/com.nextcloud.desktopclient.nextcloud/issues/76
|
|
|
|
exec --no-startup-id sleep 15 && flatpak run com.nextcloud.desktopclient.nextcloud --background
|
2022-04-15 13:22:31 +03:00
|
|
|
|
|
|
|
# Bluetooth tray
|
|
|
|
exec --no-startup-id blueman-applet
|
2022-10-21 22:26:07 +03:00
|
|
|
|
|
|
|
# Background noise
|
|
|
|
exec --no-startup-id flatpak run com.rafaelmardojai.Blanket
|
2023-05-12 21:17:37 +03:00
|
|
|
|
|
|
|
# Syncthing GUI
|
2024-04-29 17:35:26 +03:00
|
|
|
exec --no-startup-id sleep 15 && flatpak run me.kozec.syncthingtk --home ~/.config/syncthing --minimized
|
2024-02-13 12:27:25 +02:00
|
|
|
|
|
|
|
# Feedreader
|
2024-04-29 17:35:26 +03:00
|
|
|
exec --no-startup-id sleep 15 && flatpak run net.sourceforge.liferea --mainwindow-state=hidden
|